Html Css Color HEX #D6822F Dixie

📋 copy color: '#D6822F'

red 214 ◦ green 130 ◦ blue 47

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

Shades of Dixie #D6822F

Tints of Dixie #D6822F

RGB

 RED value IS 214 (83.98% from 255) = 54.73%

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

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

R = 54.73%
G = 33.25%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6822F (or 0xD6822F) is known color: Dixie. HEX triplet: D6, 82 and 2F. RGB value is (214,130,47). Sum of RGB (Red+Green+Blue) = 214+130+47=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6822F is #297DD0. Grayscale: #929292. Windows color (decimal): -2719185 or 3113686. OLE color: 3113686.

HSL color Cylindrical-coordinate representation of color #D6822F: hue angle of 29.82º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6822F is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 130 47 -
CMYK 0 0.39 0.78 0.16
HSL 29.82º 0.67% 0.51% -
HSV(B) 29.82º 0.78% 0.84% -
XYZ 36.23 30.47 6.66 -
YUV 145.65 72.33 176.75 -
System Red Green Blue C M Y K H S L
Decimal 214 130 47 0 0.39 0.78 0.16 29.82 0.67 0.51
Hex D6 82 2F 0 27 4E 10 1E 43 33
Octal 326 202 57 0 47 116 20 36 103 63
Binary 11010110 10000010 101111 0 100111 1001110 10000 11110 1000011 110011

Color Harmonies of #D6822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6822F

Black with #D6822F

Text Example


Text Example

White with #D6822F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6822F; }

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

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

background-color css

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

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

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

border-color css

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

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

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