Html Css Color HEX #C08111 Dark Goldenrod

📋 copy color: '#C08111'

red 192 ◦ green 129 ◦ blue 17

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

Shades of Dark Goldenrod #C08111

Tints of Dark Goldenrod #C08111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.17%

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

R = 56.8%
G = 38.17%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C08111 (or 0xC08111) is known color: Dark Goldenrod. HEX triplet: C0, 81 and 11. RGB value is (192,129,17). Sum of RGB (Red+Green+Blue) = 192+129+17=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C08111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08111 is #3F7EEE. Grayscale: #878787. Windows color (decimal): -4161263 or 1147328. OLE color: 1147328.

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

Color convert

RGB 192 129 17 -
CMYK 0 0.33 0.91 0.25
HSL 38.4º 0.84% 0.41% -
HSV(B) 38.4º 0.91% 0.75% -
XYZ 29.69 26.95 4.17 -
YUV 135.07 61.37 168.61 -
System Red Green Blue C M Y K H S L
Decimal 192 129 17 0 0.33 0.91 0.25 38.4 0.84 0.41
Hex C0 81 11 0 21 5B 19 26 54 29
Octal 300 201 21 0 41 133 31 46 124 51
Binary 11000000 10000001 10001 0 100001 1011011 11001 100110 1010100 101001

Color Harmonies of #C08111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08111

Black with #C08111

Text Example


Text Example

White with #C08111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08111; }

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

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

background-color css

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

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

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

border-color css

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

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

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