Html Css Color HEX #C08816 Dark Goldenrod

📋 copy color: '#C08816'

red 192 ◦ green 136 ◦ blue 22

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

Shades of Dark Goldenrod #C08816

Tints of Dark Goldenrod #C08816

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.86%

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 54.86%
G = 38.86%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C08816 (or 0xC08816) is known color: Dark Goldenrod. HEX triplet: C0, 88 and 16. RGB value is (192,136,22). Sum of RGB (Red+Green+Blue) = 192+136+22=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C08816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08816 is #3F77E9. Grayscale: #8C8C8C. Windows color (decimal): -4159466 or 1476800. OLE color: 1476800.

HSL color Cylindrical-coordinate representation of color #C08816: hue angle of 40.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C08816 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 22 -
CMYK 0 0.29 0.89 0.25
HSL 40.24º 0.79% 0.42% -
HSV(B) 40.24º 0.89% 0.75% -
XYZ 30.69 28.87 4.71 -
YUV 139.75 61.55 165.27 -
System Red Green Blue C M Y K H S L
Decimal 192 136 22 0 0.29 0.89 0.25 40.24 0.79 0.42
Hex C0 88 16 0 1D 59 19 28 4F 2A
Octal 300 210 26 0 35 131 31 50 117 52
Binary 11000000 10001000 10110 0 11101 1011001 11001 101000 1001111 101010

Color Harmonies of #C08816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08816

Black with #C08816

Text Example


Text Example

White with #C08816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08816; }

 p { color: rgb(192,136,22); }

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

background-color css

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

 a { background-color: rgb(192,136,22); }

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

border-color css

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

 span { border-color: rgb(192,136,22); }

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