Html Css Color HEX #D6822D Dixie

📋 copy color: '#D6822D'

red 214 ◦ green 130 ◦ blue 45

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

Shades of Dixie #D6822D

Tints of Dixie #D6822D

RGB

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

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

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

R = 55.01%
G = 33.42%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6822D (or 0xD6822D) is known color: Dixie. HEX triplet: D6, 82 and 2D. RGB value is (214,130,45). Sum of RGB (Red+Green+Blue) = 214+130+45=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6822D is #297DD2. Grayscale: #919191. Windows color (decimal): -2719187 or 2982614. OLE color: 2982614.

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

Color convert

RGB 214 130 45 -
CMYK 0 0.39 0.79 0.16
HSL 30.18º 0.67% 0.51% -
HSV(B) 30.18º 0.79% 0.84% -
XYZ 36.19 30.45 6.45 -
YUV 145.43 71.33 176.91 -
System Red Green Blue C M Y K H S L
Decimal 214 130 45 0 0.39 0.79 0.16 30.18 0.67 0.51
Hex D6 82 2D 0 27 4F 10 1E 43 33
Octal 326 202 55 0 47 117 20 36 103 63
Binary 11010110 10000010 101101 0 100111 1001111 10000 11110 1000011 110011

Color Harmonies of #D6822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6822D

Black with #D6822D

Text Example


Text Example

White with #D6822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6822D; }

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

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

background-color css

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

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

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

border-color css

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

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

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