Html Css Color HEX #C09909 Buddha Gold

📋 copy color: '#C09909'

red 192 ◦ green 153 ◦ blue 9

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

Shades of Buddha Gold #C09909

Tints of Buddha Gold #C09909

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.22%

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

R = 54.24%
G = 43.22%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C09909 (or 0xC09909) is known color: Buddha Gold. HEX triplet: C0, 99 and 09. RGB value is (192,153,9). Sum of RGB (Red+Green+Blue) = 192+153+9=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C09909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09909 is #3F66F6. Grayscale: #949494. Windows color (decimal): -4155127 or 629184. OLE color: 629184.

HSL color Cylindrical-coordinate representation of color #C09909: hue angle of 47.21º 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 #C09909 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 9 -
CMYK 0 0.20 0.95 0.25
HSL 47.21º 0.91% 0.39% -
HSV(B) 47.21º 0.95% 0.75% -
XYZ 33.18 34.01 5.07 -
YUV 148.25 49.42 159.21 -
System Red Green Blue C M Y K H S L
Decimal 192 153 9 0 0.20 0.95 0.25 47.21 0.91 0.39
Hex C0 99 9 0 14 5F 19 2F 5B 27
Octal 300 231 11 0 24 137 31 57 133 47
Binary 11000000 10011001 1001 0 10100 1011111 11001 101111 1011011 100111

Color Harmonies of #C09909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09909

Black with #C09909

Text Example


Text Example

White with #C09909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09909; }

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

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

background-color css

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

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

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

border-color css

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

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

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