#CA830C

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

Shades of Dark Goldenrod #CA830C

Tints of Dark Goldenrod #CA830C

Color information

#CA830C (or 0xCA830C) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 83 and 0C. RGB value is (202,131,12). Sum of RGB (Red+Green+Blue) = 202+131+12=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA830C is #357CF3. Grayscale: #8B8B8B. Windows color (decimal): -3505396 or 820170. OLE color: 820170.

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

Color convert

RGB20213112-
CMYK00.350.940.21
HSL37.58º88.79%41.96%-
HSV(B)37.58º94.06%79.22%-
XYZ32.5428.824.19-
YUV138.6656.52173.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.55%
GREEN value IS 131 (51.56% from 255) = 37.97%
BLUE value IS 12 (5.08% from 255) = 3.48%
R=58.55%
G=37.97%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021311200.350.940.2137.5888.7941.96
HexCA83C0235E1526592a
Octal31220314043136254613152
Binary1100101010000011110001000111011110101011001101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA830C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA830C; }

 p { color: rgb(202,131,12); }

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

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

 a { background-color: rgb(202,131,12); }

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

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

 span { border-color: rgb(202,131,12); }

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