#CA880D

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

Shades of Dark Goldenrod #CA880D

Tints of Dark Goldenrod #CA880D

Color information

#CA880D (or 0xCA880D) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 88 and 0D. RGB value is (202,136,13). Sum of RGB (Red+Green+Blue) = 202+136+13=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA880D is #3577F2. Grayscale: #8E8E8E. Windows color (decimal): -3504115 or 886986. OLE color: 886986.

HSL color Cylindrical-coordinate representation of color #CA880D: hue angle of 39.05º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA880D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB20213613-
CMYK00.330.940.21
HSL39.05º87.91%42.16%-
HSV(B)39.05º93.56%79.22%-
XYZ33.2330.194.46-
YUV141.7155.37171-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 136 (53.52% from 255) = 38.75%
BLUE value IS 13 (5.47% from 255) = 3.70%
R=57.55%
G=38.75%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021361300.330.940.2139.0587.9142.16
HexCA88D0215E1527582a
Octal31221015041136254713052
Binary1100101010001000110101000011011110101011001111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA880D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA880D; }

 p { color: rgb(202,136,13); }

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

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

 a { background-color: rgb(202,136,13); }

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

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

 span { border-color: rgb(202,136,13); }

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