Html Css Color HEX #C09600 Dark Goldenrod

📋 copy color: '#C09600'

red 192 ◦ green 150 ◦ blue 0

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

Shades of Dark Goldenrod #C09600

Tints of Dark Goldenrod #C09600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.14%
G = 43.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C09600 (or 0xC09600) is known color: Dark Goldenrod. HEX triplet: C0, 96 and 00. RGB value is (192,150,0). Sum of RGB (Red+Green+Blue) = 192+150+0=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C09600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09600 is #3F69FF. Grayscale: #929292. Windows color (decimal): -4155904 or 38592. OLE color: 38592.

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

Color convert

RGB 192 150 0 -
CMYK 0 0.22 1 0.25
HSL 46.88º 1% 0.38% -
HSV(B) 46.88º 1% 0.75% -
XYZ 32.64 33.02 4.65 -
YUV 145.46 45.91 161.2 -
System Red Green Blue C M Y K H S L
Decimal 192 150 0 0 0.22 1 0.25 46.88 1 0.38
Hex C0 96 0 0 16 64 19 2F 64 26
Octal 300 226 0 0 26 144 31 57 144 46
Binary 11000000 10010110 0 0 10110 1100100 11001 101111 1100100 100110

Color Harmonies of #C09600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09600

Black with #C09600

Text Example


Text Example

White with #C09600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09600; }

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

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

background-color css

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

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

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

border-color css

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

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

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