Html Css Color HEX #C09808 Buddha Gold

📋 copy color: '#C09808'

red 192 ◦ green 152 ◦ blue 8

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

Shades of Buddha Gold #C09808

Tints of Buddha Gold #C09808

RGB

 RED value IS 192 (75.39% from 255) = 54.55%

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

 BLUE value IS 8 (3.52% from 255) = 2.27%

R = 54.55%
G = 43.18%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C09808 (or 0xC09808) is known color: Buddha Gold. HEX triplet: C0, 98 and 08. RGB value is (192,152,8). Sum of RGB (Red+Green+Blue) = 192+152+8=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C09808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09808 is #3F67F7. Grayscale: #949494. Windows color (decimal): -4155384 or 563392. OLE color: 563392.

HSL color Cylindrical-coordinate representation of color #C09808: hue angle of 46.96º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C09808 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 152 8 -
CMYK 0 0.21 0.96 0.25
HSL 46.96º 0.92% 0.39% -
HSV(B) 46.96º 0.96% 0.75% -
XYZ 33.01 33.68 4.99 -
YUV 147.54 49.25 159.71 -
System Red Green Blue C M Y K H S L
Decimal 192 152 8 0 0.21 0.96 0.25 46.96 0.92 0.39
Hex C0 98 8 0 15 60 19 2F 5C 27
Octal 300 230 10 0 25 140 31 57 134 47
Binary 11000000 10011000 1000 0 10101 1100000 11001 101111 1011100 100111

Color Harmonies of #C09808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09808

Black with #C09808

Text Example


Text Example

White with #C09808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09808; }

 p { color: rgb(192,152,8); }

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

background-color css

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

 a { background-color: rgb(192,152,8); }

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

border-color css

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

 span { border-color: rgb(192,152,8); }

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