Html Css Color HEX #C08211 Dark Goldenrod

📋 copy color: '#C08211'

red 192 ◦ green 130 ◦ blue 17

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

Shades of Dark Goldenrod #C08211

Tints of Dark Goldenrod #C08211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.01%

R = 56.64%
G = 38.35%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C08211 (or 0xC08211) is known color: Dark Goldenrod. HEX triplet: C0, 82 and 11. RGB value is (192,130,17). Sum of RGB (Red+Green+Blue) = 192+130+17=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C08211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08211 is #3F7DEE. Grayscale: #888888. Windows color (decimal): -4161007 or 1147584. OLE color: 1147584.

HSL color Cylindrical-coordinate representation of color #C08211: hue angle of 38.74º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C08211 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 130 17 -
CMYK 0 0.32 0.91 0.25
HSL 38.74º 0.84% 0.41% -
HSV(B) 38.74º 0.91% 0.75% -
XYZ 29.82 27.21 4.21 -
YUV 135.66 61.04 168.19 -
System Red Green Blue C M Y K H S L
Decimal 192 130 17 0 0.32 0.91 0.25 38.74 0.84 0.41
Hex C0 82 11 0 20 5B 19 27 54 29
Octal 300 202 21 0 40 133 31 47 124 51
Binary 11000000 10000010 10001 0 100000 1011011 11001 100111 1010100 101001

Color Harmonies of #C08211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08211

Black with #C08211

Text Example


Text Example

White with #C08211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08211; }

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

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

background-color css

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

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

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

border-color css

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

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

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