Html Css Color HEX #D28732 Dixie

📋 copy color: '#D28732'

red 210 ◦ green 135 ◦ blue 50

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

Shades of Dixie #D28732

Tints of Dixie #D28732

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.18%

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

R = 53.16%
G = 34.18%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D28732 (or 0xD28732) is known color: Dixie. HEX triplet: D2, 87 and 32. RGB value is (210,135,50). Sum of RGB (Red+Green+Blue) = 210+135+50=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D28732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28732 is #2D78CD. Grayscale: #949494. Windows color (decimal): -2980046 or 3311570. OLE color: 3311570.

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

Color convert

RGB 210 135 50 -
CMYK 0 0.36 0.76 0.18
HSL 31.88º 0.64% 0.51% -
HSV(B) 31.88º 0.76% 0.82% -
XYZ 35.82 31.26 7.16 -
YUV 147.74 72.85 172.41 -
System Red Green Blue C M Y K H S L
Decimal 210 135 50 0 0.36 0.76 0.18 31.88 0.64 0.51
Hex D2 87 32 0 24 4C 12 20 40 33
Octal 322 207 62 0 44 114 22 40 100 63
Binary 11010010 10000111 110010 0 100100 1001100 10010 100000 1000000 110011

Color Harmonies of #D28732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28732

Black with #D28732

Text Example


Text Example

White with #D28732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28732; }

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

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

background-color css

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

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

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

border-color css

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

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

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