Html Css Color HEX #D2822F Dixie

📋 copy color: '#D2822F'

red 210 ◦ green 130 ◦ blue 47

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

Shades of Dixie #D2822F

Tints of Dixie #D2822F

RGB

 RED value IS 210 (82.42% from 255) = 54.26%

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

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

R = 54.26%
G = 33.59%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2822F (or 0xD2822F) is known color: Dixie. HEX triplet: D2, 82 and 2F. RGB value is (210,130,47). Sum of RGB (Red+Green+Blue) = 210+130+47=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2822F is #2D7DD0. Grayscale: #909090. Windows color (decimal): -2981329 or 3113682. OLE color: 3113682.

HSL color Cylindrical-coordinate representation of color #D2822F: hue angle of 30.55º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2822F is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 130 47 -
CMYK 0 0.38 0.78 0.18
HSL 30.55º 0.64% 0.5% -
HSV(B) 30.55º 0.78% 0.82% -
XYZ 35.07 29.87 6.61 -
YUV 144.46 73 174.75 -
System Red Green Blue C M Y K H S L
Decimal 210 130 47 0 0.38 0.78 0.18 30.55 0.64 0.5
Hex D2 82 2F 0 26 4E 12 1F 40 32
Octal 322 202 57 0 46 116 22 37 100 62
Binary 11010010 10000010 101111 0 100110 1001110 10010 11111 1000000 110010

Color Harmonies of #D2822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2822F

Black with #D2822F

Text Example


Text Example

White with #D2822F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2822F; }

 p { color: rgb(210,130,47); }

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

background-color css

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

 a { background-color: rgb(210,130,47); }

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

border-color css

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

 span { border-color: rgb(210,130,47); }

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