Html Css Color HEX #D28332 Dixie

📋 copy color: '#D28332'

red 210 ◦ green 131 ◦ blue 50

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

Shades of Dixie #D28332

Tints of Dixie #D28332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

 BLUE value IS 50 (19.92% from 255) = 12.79%

R = 53.71%
G = 33.5%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D28332 (or 0xD28332) is known color: Dixie. HEX triplet: D2, 83 and 32. RGB value is (210,131,50). Sum of RGB (Red+Green+Blue) = 210+131+50=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D28332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28332 is #2D7CCD. Grayscale: #919191. Windows color (decimal): -2981070 or 3310546. OLE color: 3310546.

HSL color Cylindrical-coordinate representation of color #D28332: hue angle of 30.38º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D28332 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 131 50 -
CMYK 0 0.38 0.76 0.18
HSL 30.38º 0.64% 0.51% -
HSV(B) 30.38º 0.76% 0.82% -
XYZ 35.27 30.16 6.98 -
YUV 145.39 74.17 174.09 -
System Red Green Blue C M Y K H S L
Decimal 210 131 50 0 0.38 0.76 0.18 30.38 0.64 0.51
Hex D2 83 32 0 26 4C 12 1E 40 33
Octal 322 203 62 0 46 114 22 36 100 63
Binary 11010010 10000011 110010 0 100110 1001100 10010 11110 1000000 110011

Color Harmonies of #D28332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28332

Black with #D28332

Text Example


Text Example

White with #D28332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28332; }

 p { color: rgb(210,131,50); }

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

background-color css

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

 a { background-color: rgb(210,131,50); }

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

border-color css

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

 span { border-color: rgb(210,131,50); }

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