#CA830A

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

Shades of Dark Goldenrod #CA830A

Tints of Dark Goldenrod #CA830A

Color information

#CA830A (or 0xCA830A) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 83 and 0A. RGB value is (202,131,10). Sum of RGB (Red+Green+Blue) = 202+131+10=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA830A is #357CF5. Grayscale: #8A8A8A. Windows color (decimal): -3505398 or 689098. OLE color: 689098.

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

Color convert

RGB20213110-
CMYK00.350.950.21
HSL37.81º90.57%41.57%-
HSV(B)37.81º95.05%79.22%-
XYZ32.5328.814.13-
YUV138.4355.52173.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.89%
GREEN value IS 131 (51.56% from 255) = 38.19%
BLUE value IS 10 (4.30% from 255) = 2.92%
R=58.89%
G=38.19%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021311000.350.950.2137.8190.5741.57
HexCA83A0235F15265b2a
Octal31220312043137254613352
Binary1100101010000011101001000111011111101011001101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA830A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA830A; }

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

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

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

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

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

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

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

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