Html Css Color HEX #C09604 Dark Goldenrod

📋 copy color: '#C09604'

red 192 ◦ green 150 ◦ blue 4

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

Shades of Dark Goldenrod #C09604

Tints of Dark Goldenrod #C09604

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.35%

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 55.49%
G = 43.35%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C09604 (or 0xC09604) is known color: Dark Goldenrod. HEX triplet: C0, 96 and 04. RGB value is (192,150,4). Sum of RGB (Red+Green+Blue) = 192+150+4=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C09604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09604 is #3F69FB. Grayscale: #929292. Windows color (decimal): -4155900 or 300736. OLE color: 300736.

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

Color convert

RGB 192 150 4 -
CMYK 0 0.22 0.98 0.25
HSL 46.6º 0.96% 0.38% -
HSV(B) 46.6º 0.98% 0.75% -
XYZ 32.67 33.03 4.77 -
YUV 145.91 47.91 160.87 -
System Red Green Blue C M Y K H S L
Decimal 192 150 4 0 0.22 0.98 0.25 46.6 0.96 0.38
Hex C0 96 4 0 16 62 19 2F 60 26
Octal 300 226 4 0 26 142 31 57 140 46
Binary 11000000 10010110 100 0 10110 1100010 11001 101111 1100000 100110

Color Harmonies of #C09604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09604

Black with #C09604

Text Example


Text Example

White with #C09604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09604; }

 p { color: rgb(192,150,4); }

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

background-color css

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

 a { background-color: rgb(192,150,4); }

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

border-color css

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

 span { border-color: rgb(192,150,4); }

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