Html Css Color HEX #C08311 Dark Goldenrod

📋 copy color: '#C08311'

red 192 ◦ green 131 ◦ blue 17

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

Shades of Dark Goldenrod #C08311

Tints of Dark Goldenrod #C08311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.53%

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

R = 56.47%
G = 38.53%
B = 5%

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

#C08311 (or 0xC08311) is known color: Dark Goldenrod. HEX triplet: C0, 83 and 11. RGB value is (192,131,17). Sum of RGB (Red+Green+Blue) = 192+131+17=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C08311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08311 is #3F7CEE. Grayscale: #888888. Windows color (decimal): -4160751 or 1147840. OLE color: 1147840.

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

Color convert

RGB 192 131 17 -
CMYK 0 0.32 0.91 0.25
HSL 39.09º 0.84% 0.41% -
HSV(B) 39.09º 0.91% 0.75% -
XYZ 29.96 27.48 4.26 -
YUV 136.24 60.71 167.77 -
System Red Green Blue C M Y K H S L
Decimal 192 131 17 0 0.32 0.91 0.25 39.09 0.84 0.41
Hex C0 83 11 0 20 5B 19 27 54 29
Octal 300 203 21 0 40 133 31 47 124 51
Binary 11000000 10000011 10001 0 100000 1011011 11001 100111 1010100 101001

Color Harmonies of #C08311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08311

Black with #C08311

Text Example


Text Example

White with #C08311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08311; }

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

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

background-color css

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

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

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

border-color css

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

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

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