Html Css Color HEX #CA8A2F Dixie

📋 copy color: '#CA8A2F'

red 202 ◦ green 138 ◦ blue 47

#CA8A2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dixie #CA8A2F

Tints of Dixie #CA8A2F

RGB

 RED value IS 202 (79.3% from 255) = 52.2%

 GREEN value IS 138 (54.3% from 255) = 35.66%

 BLUE value IS 47 (18.75% from 255) = 12.14%

R = 52.2%
G = 35.66%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA8A2F (or 0xCA8A2F) is known color: Dixie. HEX triplet: CA, 8A and 2F. RGB value is (202,138,47). Sum of RGB (Red+Green+Blue) = 202+138+47=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8A2F is #3575D0. Grayscale: #939393. Windows color (decimal): -3503569 or 3115722. OLE color: 3115722.

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

Color convert

RGB 202 138 47 -
CMYK 0 0.32 0.77 0.21
HSL 35.23º 0.62% 0.49% -
HSV(B) 35.23º 0.77% 0.79% -
XYZ 33.96 30.94 6.87 -
YUV 146.76 71.7 167.4 -
System Red Green Blue C M Y K H S L
Decimal 202 138 47 0 0.32 0.77 0.21 35.23 0.62 0.49
Hex CA 8A 2F 0 20 4D 15 23 3E 31
Octal 312 212 57 0 40 115 25 43 76 61
Binary 11001010 10001010 101111 0 100000 1001101 10101 100011 111110 110001

Color Harmonies of #CA8A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A2F

Black with #CA8A2F

Text Example


Text Example

White with #CA8A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A2F; }

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

 H1.HeaderClassName
 {
   color: #CA8A2F;
 }
 .AnyTagClassName
 {
   color: #CA8A2F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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