Html Css Color HEX #C08818 Dark Goldenrod

📋 copy color: '#C08818'

red 192 ◦ green 136 ◦ blue 24

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

Shades of Dark Goldenrod #C08818

Tints of Dark Goldenrod #C08818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.82%

R = 54.55%
G = 38.64%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C08818 (or 0xC08818) is known color: Dark Goldenrod. HEX triplet: C0, 88 and 18. RGB value is (192,136,24). Sum of RGB (Red+Green+Blue) = 192+136+24=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C08818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08818 is #3F77E7. Grayscale: #8C8C8C. Windows color (decimal): -4159464 or 1607872. OLE color: 1607872.

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

Color convert

RGB 192 136 24 -
CMYK 0 0.29 0.88 0.25
HSL 40º 0.78% 0.42% -
HSV(B) 40º 0.88% 0.75% -
XYZ 30.71 28.88 4.82 -
YUV 139.98 62.55 165.11 -
System Red Green Blue C M Y K H S L
Decimal 192 136 24 0 0.29 0.88 0.25 40 0.78 0.42
Hex C0 88 18 0 1D 58 19 28 4E 2A
Octal 300 210 30 0 35 130 31 50 116 52
Binary 11000000 10001000 11000 0 11101 1011000 11001 101000 1001110 101010

Color Harmonies of #C08818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08818

Black with #C08818

Text Example


Text Example

White with #C08818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08818; }

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

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

background-color css

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

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

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

border-color css

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

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

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