Html Css Color HEX #C08812 Dark Goldenrod

📋 copy color: '#C08812'

red 192 ◦ green 136 ◦ blue 18

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

Shades of Dark Goldenrod #C08812

Tints of Dark Goldenrod #C08812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.2%

R = 55.49%
G = 39.31%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C08812 (or 0xC08812) is known color: Dark Goldenrod. HEX triplet: C0, 88 and 12. RGB value is (192,136,18). Sum of RGB (Red+Green+Blue) = 192+136+18=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C08812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08812 is #3F77ED. Grayscale: #8B8B8B. Windows color (decimal): -4159470 or 1214656. OLE color: 1214656.

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

Color convert

RGB 192 136 18 -
CMYK 0 0.29 0.91 0.25
HSL 40.69º 0.83% 0.41% -
HSV(B) 40.69º 0.91% 0.75% -
XYZ 30.65 28.86 4.53 -
YUV 139.29 59.55 165.59 -
System Red Green Blue C M Y K H S L
Decimal 192 136 18 0 0.29 0.91 0.25 40.69 0.83 0.41
Hex C0 88 12 0 1D 5B 19 29 53 29
Octal 300 210 22 0 35 133 31 51 123 51
Binary 11000000 10001000 10010 0 11101 1011011 11001 101001 1010011 101001

Color Harmonies of #C08812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08812

Black with #C08812

Text Example


Text Example

White with #C08812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08812; }

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

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

background-color css

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

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

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

border-color css

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

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

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