#CD8A0A

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

Shades of Dark Goldenrod #CD8A0A

Tints of Dark Goldenrod #CD8A0A

Color information

#CD8A0A (or 0xCD8A0A) is unknown color: approx Dark Goldenrod. HEX triplet: CD, 8A and 0A. RGB value is (205,138,10). Sum of RGB (Red+Green+Blue) = 205+138+10=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8A0A is #3275F5. Grayscale: #909090. Windows color (decimal): -3306998 or 690893. OLE color: 690893.

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

Color convert

RGB20513810-
CMYK00.330.950.20
HSL39.38º90.7%42.16%-
HSV(B)39.38º95.12%80.39%-
XYZ34.3231.184.5-
YUV143.4452.7171.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.07%
GREEN value IS 138 (54.30% from 255) = 39.09%
BLUE value IS 10 (4.30% from 255) = 2.83%
R=58.07%
G=39.09%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051381000.330.950.2039.3890.742.16
HexCD8AA0215F14275b2a
Octal31521212041137244713352
Binary1100110110001010101001000011011111101001001111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8A0A; }

 p { color: rgb(205,138,10); }

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

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

 a { background-color: rgb(205,138,10); }

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

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

 span { border-color: rgb(205,138,10); }

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