#CA8600

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

Shades of Dark Goldenrod #CA8600

Tints of Dark Goldenrod #CA8600

Color information

#CA8600 (or 0xCA8600) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 86 and 00. RGB value is (202,134,0). Sum of RGB (Red+Green+Blue) = 202+134+0=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8600 is #3579FF. Grayscale: #8B8B8B. Windows color (decimal): -3504640 or 34506. OLE color: 34506.

HSL color Cylindrical-coordinate representation of color #CA8600: hue angle of 39.8º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA8600 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB2021340-
CMYK00.3410.21
HSL39.8º100%39.61%-
HSV(B)39.8º100%79.22%-
XYZ32.8829.613.98-
YUV139.0649.53172.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.12%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.12%
G=39.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202134000.3410.2139.810039.61
HexCA8600226415286428
Octal3122060042144255014450
Binary1100101010000110001000101100100101011010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8600; }

 p { color: rgb(202,134,0); }

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

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

 a { background-color: rgb(202,134,0); }

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

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

 span { border-color: rgb(202,134,0); }

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