Html Css Color HEX #D6852B Dixie

📋 copy color: '#D6852B'

red 214 ◦ green 133 ◦ blue 43

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

Shades of Dixie #D6852B

Tints of Dixie #D6852B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.03%

R = 54.87%
G = 34.1%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6852B (or 0xD6852B) is known color: Dixie. HEX triplet: D6, 85 and 2B. RGB value is (214,133,43). Sum of RGB (Red+Green+Blue) = 214+133+43=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6852B is #297AD4. Grayscale: #939393. Windows color (decimal): -2718421 or 2852310. OLE color: 2852310.

HSL color Cylindrical-coordinate representation of color #D6852B: hue angle of 31.58º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6852B is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 133 43 -
CMYK 0 0.38 0.80 0.16
HSL 31.58º 0.68% 0.5% -
HSV(B) 31.58º 0.8% 0.84% -
XYZ 36.56 31.25 6.39 -
YUV 146.96 69.34 175.82 -
System Red Green Blue C M Y K H S L
Decimal 214 133 43 0 0.38 0.80 0.16 31.58 0.68 0.5
Hex D6 85 2B 0 26 50 10 20 44 32
Octal 326 205 53 0 46 120 20 40 104 62
Binary 11010110 10000101 101011 0 100110 1010000 10000 100000 1000100 110010

Color Harmonies of #D6852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6852B

Black with #D6852B

Text Example


Text Example

White with #D6852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6852B; }

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

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

background-color css

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

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

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

border-color css

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

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

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