Html Css Color HEX #C09809 Buddha Gold

📋 copy color: '#C09809'

red 192 ◦ green 152 ◦ blue 9

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

Shades of Buddha Gold #C09809

Tints of Buddha Gold #C09809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.55%

R = 54.39%
G = 43.06%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C09809 (or 0xC09809) is known color: Buddha Gold. HEX triplet: C0, 98 and 09. RGB value is (192,152,9). Sum of RGB (Red+Green+Blue) = 192+152+9=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 9 (3.91% from 255 or 2.55% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C09809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09809 is #3F67F6. Grayscale: #949494. Windows color (decimal): -4155383 or 628928. OLE color: 628928.

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

Color convert

RGB 192 152 9 -
CMYK 0 0.21 0.95 0.25
HSL 46.89º 0.91% 0.39% -
HSV(B) 46.89º 0.95% 0.75% -
XYZ 33.02 33.68 5.02 -
YUV 147.66 49.75 159.63 -
System Red Green Blue C M Y K H S L
Decimal 192 152 9 0 0.21 0.95 0.25 46.89 0.91 0.39
Hex C0 98 9 0 15 5F 19 2F 5B 27
Octal 300 230 11 0 25 137 31 57 133 47
Binary 11000000 10011000 1001 0 10101 1011111 11001 101111 1011011 100111

Color Harmonies of #C09809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09809

Black with #C09809

Text Example


Text Example

White with #C09809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09809; }

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

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

background-color css

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

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

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

border-color css

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

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

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