Html Css Color HEX #C08609 Dark Goldenrod

📋 copy color: '#C08609'

red 192 ◦ green 134 ◦ blue 9

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

Shades of Dark Goldenrod #C08609

Tints of Dark Goldenrod #C08609

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40%

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

R = 57.31%
G = 40%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C08609 (or 0xC08609) is known color: Dark Goldenrod. HEX triplet: C0, 86 and 09. RGB value is (192,134,9). Sum of RGB (Red+Green+Blue) = 192+134+9=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C08609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08609 is #3F79F6. Grayscale: #898989. Windows color (decimal): -4159991 or 624320. OLE color: 624320.

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

Color convert

RGB 192 134 9 -
CMYK 0 0.30 0.95 0.25
HSL 40.98º 0.91% 0.39% -
HSV(B) 40.98º 0.95% 0.75% -
XYZ 30.31 28.28 4.12 -
YUV 137.09 55.72 167.16 -
System Red Green Blue C M Y K H S L
Decimal 192 134 9 0 0.30 0.95 0.25 40.98 0.91 0.39
Hex C0 86 9 0 1E 5F 19 29 5B 27
Octal 300 206 11 0 36 137 31 51 133 47
Binary 11000000 10000110 1001 0 11110 1011111 11001 101001 1011011 100111

Color Harmonies of #C08609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08609

Black with #C08609

Text Example


Text Example

White with #C08609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08609; }

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

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

background-color css

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

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

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

border-color css

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

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

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