Html Css Color HEX #D6852F Dixie

📋 copy color: '#D6852F'

red 214 ◦ green 133 ◦ blue 47

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

Shades of Dixie #D6852F

Tints of Dixie #D6852F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.76%

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

R = 54.31%
G = 33.76%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6852F (or 0xD6852F) is known color: Dixie. HEX triplet: D6, 85 and 2F. RGB value is (214,133,47). Sum of RGB (Red+Green+Blue) = 214+133+47=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6852F is #297AD0. Grayscale: #939393. Windows color (decimal): -2718417 or 3114454. OLE color: 3114454.

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

Color convert

RGB 214 133 47 -
CMYK 0 0.38 0.78 0.16
HSL 30.9º 0.67% 0.51% -
HSV(B) 30.9º 0.78% 0.84% -
XYZ 36.63 31.28 6.8 -
YUV 147.42 71.34 175.49 -
System Red Green Blue C M Y K H S L
Decimal 214 133 47 0 0.38 0.78 0.16 30.9 0.67 0.51
Hex D6 85 2F 0 26 4E 10 1F 43 33
Octal 326 205 57 0 46 116 20 37 103 63
Binary 11010110 10000101 101111 0 100110 1001110 10000 11111 1000011 110011

Color Harmonies of #D6852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6852F

Black with #D6852F

Text Example


Text Example

White with #D6852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6852F; }

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

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

background-color css

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

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

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

border-color css

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

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

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