Html Css Color HEX #D6872D Dixie

📋 copy color: '#D6872D'

red 214 ◦ green 135 ◦ blue 45

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

Shades of Dixie #D6872D

Tints of Dixie #D6872D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.26%

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

R = 54.31%
G = 34.26%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6872D (or 0xD6872D) is known color: Dixie. HEX triplet: D6, 87 and 2D. RGB value is (214,135,45). Sum of RGB (Red+Green+Blue) = 214+135+45=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6872D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6872D is #2978D2. Grayscale: #949494. Windows color (decimal): -2717907 or 2983894. OLE color: 2983894.

HSL color Cylindrical-coordinate representation of color #D6872D: hue angle of 31.95º 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 #D6872D is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 135 45 -
CMYK 0 0.37 0.79 0.16
HSL 31.95º 0.67% 0.51% -
HSV(B) 31.95º 0.79% 0.84% -
XYZ 36.87 31.81 6.68 -
YUV 148.36 69.67 174.82 -
System Red Green Blue C M Y K H S L
Decimal 214 135 45 0 0.37 0.79 0.16 31.95 0.67 0.51
Hex D6 87 2D 0 25 4F 10 20 43 33
Octal 326 207 55 0 45 117 20 40 103 63
Binary 11010110 10000111 101101 0 100101 1001111 10000 100000 1000011 110011

Color Harmonies of #D6872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6872D

Black with #D6872D

Text Example


Text Example

White with #D6872D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6872D; }

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

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

background-color css

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

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

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

border-color css

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

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

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