Html Css Color HEX #C08810 Dark Goldenrod

📋 copy color: '#C08810'

red 192 ◦ green 136 ◦ blue 16

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

Shades of Dark Goldenrod #C08810

Tints of Dark Goldenrod #C08810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.65%

R = 55.81%
G = 39.53%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C08810 (or 0xC08810) is known color: Dark Goldenrod. HEX triplet: C0, 88 and 10. RGB value is (192,136,16). Sum of RGB (Red+Green+Blue) = 192+136+16=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C08810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08810 is #3F77EF. Grayscale: #8B8B8B. Windows color (decimal): -4159472 or 1083584. OLE color: 1083584.

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

Color convert

RGB 192 136 16 -
CMYK 0 0.29 0.92 0.25
HSL 40.91º 0.85% 0.41% -
HSV(B) 40.91º 0.92% 0.75% -
XYZ 30.64 28.85 4.44 -
YUV 139.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 192 136 16 0 0.29 0.92 0.25 40.91 0.85 0.41
Hex C0 88 10 0 1D 5C 19 29 55 29
Octal 300 210 20 0 35 134 31 51 125 51
Binary 11000000 10001000 10000 0 11101 1011100 11001 101001 1010101 101001

Color Harmonies of #C08810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08810

Black with #C08810

Text Example


Text Example

White with #C08810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08810; }

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

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

background-color css

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

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

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

border-color css

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

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

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