Html Css Color HEX #CD8811 Dark Goldenrod

📋 copy color: '#CD8811'

red 205 ◦ green 136 ◦ blue 17

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

Shades of Dark Goldenrod #CD8811

Tints of Dark Goldenrod #CD8811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.75%

R = 57.26%
G = 37.99%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD8811 (or 0xCD8811) is known color: Dark Goldenrod. HEX triplet: CD, 88 and 11. RGB value is (205,136,17). Sum of RGB (Red+Green+Blue) = 205+136+17=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8811 is #3277EE. Grayscale: #8F8F8F. Windows color (decimal): -3307503 or 1149133. OLE color: 1149133.

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

Color convert

RGB 205 136 17 -
CMYK 0 0.34 0.92 0.20
HSL 37.98º 0.85% 0.44% -
HSV(B) 37.98º 0.92% 0.8% -
XYZ 34.08 30.63 4.65 -
YUV 143.07 56.86 172.18 -
System Red Green Blue C M Y K H S L
Decimal 205 136 17 0 0.34 0.92 0.20 37.98 0.85 0.44
Hex CD 88 11 0 22 5C 14 26 55 2C
Octal 315 210 21 0 42 134 24 46 125 54
Binary 11001101 10001000 10001 0 100010 1011100 10100 100110 1010101 101100

Color Harmonies of #CD8811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8811

Black with #CD8811

Text Example


Text Example

White with #CD8811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8811; }

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

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

background-color css

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

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

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

border-color css

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

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

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