Html Css Color HEX #DA822C Dixie

📋 copy color: '#DA822C'

red 218 ◦ green 130 ◦ blue 44

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

Shades of Dixie #DA822C

Tints of Dixie #DA822C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.22%

R = 55.61%
G = 33.16%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA822C (or 0xDA822C) is known color: Dixie. HEX triplet: DA, 82 and 2C. RGB value is (218,130,44). Sum of RGB (Red+Green+Blue) = 218+130+44=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA822C is #257DD3. Grayscale: #929292. Windows color (decimal): -2457044 or 2917082. OLE color: 2917082.

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

Color convert

RGB 218 130 44 -
CMYK 0 0.40 0.80 0.15
HSL 29.66º 0.7% 0.51% -
HSV(B) 29.66º 0.8% 0.85% -
XYZ 37.35 31.05 6.41 -
YUV 146.51 70.15 178.99 -
System Red Green Blue C M Y K H S L
Decimal 218 130 44 0 0.40 0.80 0.15 29.66 0.7 0.51
Hex DA 82 2C 0 28 50 F 1E 46 33
Octal 332 202 54 0 50 120 17 36 106 63
Binary 11011010 10000010 101100 0 101000 1010000 1111 11110 1000110 110011

Color Harmonies of #DA822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA822C

Black with #DA822C

Text Example


Text Example

White with #DA822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA822C; }

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

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

background-color css

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

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

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

border-color css

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

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

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