Html Css Color HEX #DA822A Dixie

📋 copy color: '#DA822A'

red 218 ◦ green 130 ◦ blue 42

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

Shades of Dixie #DA822A

Tints of Dixie #DA822A

RGB

 RED value IS 218 (85.55% from 255) = 55.9%

 GREEN value IS 130 (51.17% from 255) = 33.33%

 BLUE value IS 42 (16.8% from 255) = 10.77%

R = 55.9%
G = 33.33%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA822A (or 0xDA822A) is known color: Dixie. HEX triplet: DA, 82 and 2A. RGB value is (218,130,42). Sum of RGB (Red+Green+Blue) = 218+130+42=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA822A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA822A is #257DD5. Grayscale: #929292. Windows color (decimal): -2457046 or 2786010. OLE color: 2786010.

HSL color Cylindrical-coordinate representation of color #DA822A: hue angle of 30º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA822A is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 130 42 -
CMYK 0 0.40 0.81 0.15
HSL 30º 0.7% 0.51% -
HSV(B) 30º 0.81% 0.85% -
XYZ 37.31 31.04 6.21 -
YUV 146.28 69.15 179.16 -
System Red Green Blue C M Y K H S L
Decimal 218 130 42 0 0.40 0.81 0.15 30 0.7 0.51
Hex DA 82 2A 0 28 51 F 1E 46 33
Octal 332 202 52 0 50 121 17 36 106 63
Binary 11011010 10000010 101010 0 101000 1010001 1111 11110 1000110 110011

Color Harmonies of #DA822A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA822A

Black with #DA822A

Text Example


Text Example

White with #DA822A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA822A; }

 p { color: rgb(218,130,42); }

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

background-color css

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

 a { background-color: rgb(218,130,42); }

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

border-color css

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

 span { border-color: rgb(218,130,42); }

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