Html Css Color HEX #D28832 Dixie

📋 copy color: '#D28832'

red 210 ◦ green 136 ◦ blue 50

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

Shades of Dixie #D28832

Tints of Dixie #D28832

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.34%

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

R = 53.03%
G = 34.34%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D28832 (or 0xD28832) is known color: Dixie. HEX triplet: D2, 88 and 32. RGB value is (210,136,50). Sum of RGB (Red+Green+Blue) = 210+136+50=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D28832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28832 is #2D77CD. Grayscale: #949494. Windows color (decimal): -2979790 or 3311826. OLE color: 3311826.

HSL color Cylindrical-coordinate representation of color #D28832: hue angle of 32.25º 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 #D28832 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 136 50 -
CMYK 0 0.35 0.76 0.18
HSL 32.25º 0.64% 0.51% -
HSV(B) 32.25º 0.76% 0.82% -
XYZ 35.96 31.54 7.21 -
YUV 148.32 72.52 171.99 -
System Red Green Blue C M Y K H S L
Decimal 210 136 50 0 0.35 0.76 0.18 32.25 0.64 0.51
Hex D2 88 32 0 23 4C 12 20 40 33
Octal 322 210 62 0 43 114 22 40 100 63
Binary 11010010 10001000 110010 0 100011 1001100 10010 100000 1000000 110011

Color Harmonies of #D28832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28832

Black with #D28832

Text Example


Text Example

White with #D28832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28832; }

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

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

background-color css

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

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

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

border-color css

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

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

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