Html Css Color HEX #CD8812 Dark Goldenrod

📋 copy color: '#CD8812'

red 205 ◦ green 136 ◦ blue 18

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

Shades of Dark Goldenrod #CD8812

Tints of Dark Goldenrod #CD8812

RGB

 RED value IS 205 (80.47% from 255) = 57.1%

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

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

R = 57.1%
G = 37.88%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD8812 (or 0xCD8812) is known color: Dark Goldenrod. HEX triplet: CD, 88 and 12. RGB value is (205,136,18). Sum of RGB (Red+Green+Blue) = 205+136+18=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8812 is #3277ED. Grayscale: #8F8F8F. Windows color (decimal): -3307502 or 1214669. OLE color: 1214669.

HSL color Cylindrical-coordinate representation of color #CD8812: hue angle of 37.86º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD8812 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 136 18 -
CMYK 0 0.34 0.91 0.20
HSL 37.86º 0.84% 0.44% -
HSV(B) 37.86º 0.91% 0.8% -
XYZ 34.09 30.63 4.69 -
YUV 143.18 57.36 172.09 -
System Red Green Blue C M Y K H S L
Decimal 205 136 18 0 0.34 0.91 0.20 37.86 0.84 0.44
Hex CD 88 12 0 22 5B 14 26 54 2C
Octal 315 210 22 0 42 133 24 46 124 54
Binary 11001101 10001000 10010 0 100010 1011011 10100 100110 1010100 101100

Color Harmonies of #CD8812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8812

Black with #CD8812

Text Example


Text Example

White with #CD8812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8812; }

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

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

background-color css

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

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

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

border-color css

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

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

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