Html Css Color HEX #C08209 Dark Goldenrod

📋 copy color: '#C08209'

red 192 ◦ green 130 ◦ blue 9

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

Shades of Dark Goldenrod #C08209

Tints of Dark Goldenrod #C08209

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.27%

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

R = 58.01%
G = 39.27%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C08209 (or 0xC08209) is known color: Dark Goldenrod. HEX triplet: C0, 82 and 09. RGB value is (192,130,9). Sum of RGB (Red+Green+Blue) = 192+130+9=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C08209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08209 is #3F7DF6. Grayscale: #878787. Windows color (decimal): -4161015 or 623296. OLE color: 623296.

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

Color convert

RGB 192 130 9 -
CMYK 0 0.32 0.95 0.25
HSL 39.67º 0.91% 0.39% -
HSV(B) 39.67º 0.95% 0.75% -
XYZ 29.77 27.19 3.94 -
YUV 134.74 57.04 168.84 -
System Red Green Blue C M Y K H S L
Decimal 192 130 9 0 0.32 0.95 0.25 39.67 0.91 0.39
Hex C0 82 9 0 20 5F 19 28 5B 27
Octal 300 202 11 0 40 137 31 50 133 47
Binary 11000000 10000010 1001 0 100000 1011111 11001 101000 1011011 100111

Color Harmonies of #C08209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08209

Black with #C08209

Text Example


Text Example

White with #C08209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08209; }

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

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

background-color css

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

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

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

border-color css

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

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

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