#CA8A37

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

Shades of Dixie #CA8A37

Tints of Dixie #CA8A37

Color information

#CA8A37 (or 0xCA8A37) is unknown color: approx Dixie. HEX triplet: CA, 8A and 37. RGB value is (202,138,55). Sum of RGB (Red+Green+Blue) = 202+138+55=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8A37 is #3575C8. Grayscale: #949494. Windows color (decimal): -3503561 or 3640010. OLE color: 3640010.

HSL color Cylindrical-coordinate representation of color #CA8A37: hue angle of 33.88º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA8A37 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB20213855-
CMYK00.320.730.21
HSL33.88º58.1%50.39%-
HSV(B)33.88º72.77%79.22%-
XYZ34.1431.017.8-
YUV147.6775.7166.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.14%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 55 (21.88% from 255) = 13.92%
R=51.14%
G=34.94%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021385500.320.730.2133.8858.150.39
HexCA8A370204915223a32
Octal3122126704011125427262
Binary11001010100010101101110100000100100110101100010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A37; }

 p { color: rgb(202,138,55); }

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

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

 a { background-color: rgb(202,138,55); }

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

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

 span { border-color: rgb(202,138,55); }

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