Html Css Color HEX #D2852E Dixie

📋 copy color: '#D2852E'

red 210 ◦ green 133 ◦ blue 46

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

Shades of Dixie #D2852E

Tints of Dixie #D2852E

RGB

 RED value IS 210 (82.42% from 255) = 53.98%

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

 BLUE value IS 46 (18.36% from 255) = 11.83%

R = 53.98%
G = 34.19%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2852E (or 0xD2852E) is known color: Dixie. HEX triplet: D2, 85 and 2E. RGB value is (210,133,46). Sum of RGB (Red+Green+Blue) = 210+133+46=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2852E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2852E is #2D7AD1. Grayscale: #929292. Windows color (decimal): -2980562 or 3048914. OLE color: 3048914.

HSL color Cylindrical-coordinate representation of color #D2852E: hue angle of 31.83º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2852E is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 133 46 -
CMYK 0 0.37 0.78 0.18
HSL 31.83º 0.65% 0.5% -
HSV(B) 31.83º 0.78% 0.82% -
XYZ 35.46 30.67 6.64 -
YUV 146.11 71.51 173.57 -
System Red Green Blue C M Y K H S L
Decimal 210 133 46 0 0.37 0.78 0.18 31.83 0.65 0.5
Hex D2 85 2E 0 25 4E 12 20 41 32
Octal 322 205 56 0 45 116 22 40 101 62
Binary 11010010 10000101 101110 0 100101 1001110 10010 100000 1000001 110010

Color Harmonies of #D2852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2852E

Black with #D2852E

Text Example


Text Example

White with #D2852E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2852E; }

 p { color: rgb(210,133,46); }

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

background-color css

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

 a { background-color: rgb(210,133,46); }

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

border-color css

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

 span { border-color: rgb(210,133,46); }

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