Html Css Color HEX #C69818 Buddha Gold

📋 copy color: '#C69818'

red 198 ◦ green 152 ◦ blue 24

#C69818
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #C69818

Tints of Buddha Gold #C69818

RGB

 RED value IS 198 (77.73% from 255) = 52.94%

 GREEN value IS 152 (59.77% from 255) = 40.64%

 BLUE value IS 24 (9.77% from 255) = 6.42%

R = 52.94%
G = 40.64%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C69818 (or 0xC69818) is known color: Buddha Gold. HEX triplet: C6, 98 and 18. RGB value is (198,152,24). Sum of RGB (Red+Green+Blue) = 198+152+24=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C69818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69818 is #3967E7. Grayscale: #979797. Windows color (decimal): -3762152 or 1611974. OLE color: 1611974.

HSL color Cylindrical-coordinate representation of color #C69818: hue angle of 44.14º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C69818 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 152 24 -
CMYK 0 0.23 0.88 0.22
HSL 44.14º 0.78% 0.44% -
HSV(B) 44.14º 0.88% 0.78% -
XYZ 34.68 34.53 5.7 -
YUV 151.16 56.24 161.41 -
System Red Green Blue C M Y K H S L
Decimal 198 152 24 0 0.23 0.88 0.22 44.14 0.78 0.44
Hex C6 98 18 0 17 58 16 2C 4E 2C
Octal 306 230 30 0 27 130 26 54 116 54
Binary 11000110 10011000 11000 0 10111 1011000 10110 101100 1001110 101100

Color Harmonies of #C69818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69818

Black with #C69818

Text Example


Text Example

White with #C69818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69818; }

 p { color: rgb(198,152,24); }

 H1.HeaderClassName
 {
   color: #C69818;
 }
 .AnyTagClassName
 {
   color: #C69818;
 }
</style>

background-color css

<style>
 a { background-color: #C69818; }

 a { background-color: rgb(198,152,24); }

 div.DivClassName
 {
   background-color: #C69818;
 }
 .BgClassName
 {
   background-color: #C69818;
 }
</style>

border-color css

<style>
 span { border-color: #C69818; }

 span { border-color: rgb(198,152,24); }

 td.TdClassName
 {
   border-color: #C69818;
 }
 .TagClassName
 {
   border-color: #C69818;
 }
</style>