Html Css Color HEX #D6852C Dixie

📋 copy color: '#D6852C'

red 214 ◦ green 133 ◦ blue 44

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

Shades of Dixie #D6852C

Tints of Dixie #D6852C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.25%

R = 54.73%
G = 34.02%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6852C (or 0xD6852C) is known color: Dixie. HEX triplet: D6, 85 and 2C. RGB value is (214,133,44). Sum of RGB (Red+Green+Blue) = 214+133+44=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6852C is #297AD3. Grayscale: #939393. Windows color (decimal): -2718420 or 2917846. OLE color: 2917846.

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

Color convert

RGB 214 133 44 -
CMYK 0 0.38 0.79 0.16
HSL 31.41º 0.67% 0.51% -
HSV(B) 31.41º 0.79% 0.84% -
XYZ 36.57 31.25 6.49 -
YUV 147.07 69.84 175.74 -
System Red Green Blue C M Y K H S L
Decimal 214 133 44 0 0.38 0.79 0.16 31.41 0.67 0.51
Hex D6 85 2C 0 26 4F 10 1F 43 33
Octal 326 205 54 0 46 117 20 37 103 63
Binary 11010110 10000101 101100 0 100110 1001111 10000 11111 1000011 110011

Color Harmonies of #D6852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6852C

Black with #D6852C

Text Example


Text Example

White with #D6852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6852C; }

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

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

background-color css

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

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

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

border-color css

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

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

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