#CA7D0D

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

Shades of Dark Goldenrod #CA7D0D

Tints of Dark Goldenrod #CA7D0D

Color information

#CA7D0D (or 0xCA7D0D) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 7D and 0D. RGB value is (202,125,13). Sum of RGB (Red+Green+Blue) = 202+125+13=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7D0D is #3582F2. Grayscale: #878787. Windows color (decimal): -3506931 or 884170. OLE color: 884170.

HSL color Cylindrical-coordinate representation of color #CA7D0D: hue angle of 35.56º 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 #CA7D0D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB20212513-
CMYK00.380.940.21
HSL35.56º87.91%42.16%-
HSV(B)35.56º93.56%79.22%-
XYZ31.7627.253.97-
YUV135.2659.01175.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.41%
GREEN value IS 125 (49.22% from 255) = 36.76%
BLUE value IS 13 (5.47% from 255) = 3.82%
R=59.41%
G=36.76%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021251300.380.940.2135.5687.9142.16
HexCA7DD0265E1524582a
Octal31217515046136254413052
Binary110010101111101110101001101011110101011001001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7D0D; }

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

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

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

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

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

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

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

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