Html Css Color HEX #D6852A Dixie

📋 copy color: '#D6852A'

red 214 ◦ green 133 ◦ blue 42

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

Shades of Dixie #D6852A

Tints of Dixie #D6852A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.8%

R = 55.01%
G = 34.19%
B = 10.8%

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

#D6852A (or 0xD6852A) is known color: Dixie. HEX triplet: D6, 85 and 2A. RGB value is (214,133,42). Sum of RGB (Red+Green+Blue) = 214+133+42=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6852A is #297AD5. Grayscale: #939393. Windows color (decimal): -2718422 or 2786774. OLE color: 2786774.

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

Color convert

RGB 214 133 42 -
CMYK 0 0.38 0.80 0.16
HSL 31.74º 0.68% 0.5% -
HSV(B) 31.74º 0.8% 0.84% -
XYZ 36.54 31.24 6.29 -
YUV 146.85 68.84 175.9 -
System Red Green Blue C M Y K H S L
Decimal 214 133 42 0 0.38 0.80 0.16 31.74 0.68 0.5
Hex D6 85 2A 0 26 50 10 20 44 32
Octal 326 205 52 0 46 120 20 40 104 62
Binary 11010110 10000101 101010 0 100110 1010000 10000 100000 1000100 110010

Color Harmonies of #D6852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6852A

Black with #D6852A

Text Example


Text Example

White with #D6852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6852A; }

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

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

background-color css

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

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

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

border-color css

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

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

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