#CD890F

Color #CD890F Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #CD890F

Tints of Dark Goldenrod #CD890F

Color information

#CD890F (or 0xCD890F) is unknown color: approx Dark Goldenrod. HEX triplet: CD, 89 and 0F. RGB value is (205,137,15). Sum of RGB (Red+Green+Blue) = 205+137+15=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD890F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD890F is #3276F0. Grayscale: #8F8F8F. Windows color (decimal): -3307249 or 1018317. OLE color: 1018317.

HSL color Cylindrical-coordinate representation of color #CD890F: hue angle of 38.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD890F is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB20513715-
CMYK00.330.930.20
HSL38.53º86.36%43.14%-
HSV(B)38.53º92.68%80.39%-
XYZ34.2130.94.61-
YUV143.4255.53171.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.42%
GREEN value IS 137 (53.91% from 255) = 38.38%
BLUE value IS 15 (6.25% from 255) = 4.20%
R=57.42%
G=38.38%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051371500.330.930.2038.5386.3643.14
HexCD89F0215D1427562b
Octal31521117041135244712653
Binary1100110110001001111101000011011101101001001111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD890F; }

 p { color: rgb(205,137,15); }

 H1.HeaderClassName
 {
   color: #CD890F;
 }
 .AnyTagClassName
 {
   color: #CD890F;
 }
</style>
background-color css

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

 a { background-color: rgb(205,137,15); }

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

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

 span { border-color: rgb(205,137,15); }

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