#CA7607

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

Shades of Dark Goldenrod #CA7607

Tints of Dark Goldenrod #CA7607

Color information

#CA7607 (or 0xCA7607) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 76 and 07. RGB value is (202,118,7). Sum of RGB (Red+Green+Blue) = 202+118+7=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7607 is #3589F8. Grayscale: #828282. Windows color (decimal): -3508729 or 489162. OLE color: 489162.

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

Color convert

RGB2021187-
CMYK00.420.970.21
HSL34.15º93.3%40.98%-
HSV(B)34.15º96.53%79.22%-
XYZ30.8725.533.5-
YUV130.4658.33179.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.77%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 7 (3.12% from 255) = 2.14%
R=61.77%
G=36.09%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202118700.420.970.2134.1593.340.98
HexCA76702A6115225d29
Octal3121667052141254213551
Binary11001010111011011101010101100001101011000101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7607; }

 p { color: rgb(202,118,7); }

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

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

 a { background-color: rgb(202,118,7); }

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

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

 span { border-color: rgb(202,118,7); }

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