Html Css Color HEX #DA822D Dixie

📋 copy color: '#DA822D'

red 218 ◦ green 130 ◦ blue 45

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

Shades of Dixie #DA822D

Tints of Dixie #DA822D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.45%

R = 55.47%
G = 33.08%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA822D (or 0xDA822D) is known color: Dixie. HEX triplet: DA, 82 and 2D. RGB value is (218,130,45). Sum of RGB (Red+Green+Blue) = 218+130+45=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA822D is #257DD2. Grayscale: #939393. Windows color (decimal): -2457043 or 2982618. OLE color: 2982618.

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

Color convert

RGB 218 130 45 -
CMYK 0 0.40 0.79 0.15
HSL 29.48º 0.7% 0.52% -
HSV(B) 29.48º 0.79% 0.85% -
XYZ 37.37 31.06 6.51 -
YUV 146.62 70.65 178.91 -
System Red Green Blue C M Y K H S L
Decimal 218 130 45 0 0.40 0.79 0.15 29.48 0.7 0.52
Hex DA 82 2D 0 28 4F F 1D 46 34
Octal 332 202 55 0 50 117 17 35 106 64
Binary 11011010 10000010 101101 0 101000 1001111 1111 11101 1000110 110100

Color Harmonies of #DA822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA822D

Black with #DA822D

Text Example


Text Example

White with #DA822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA822D; }

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

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

background-color css

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

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

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

border-color css

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

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

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