Html Css Color HEX #D28533 Dixie

📋 copy color: '#D28533'

red 210 ◦ green 133 ◦ blue 51

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

Shades of Dixie #D28533

Tints of Dixie #D28533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.94%

R = 53.3%
G = 33.76%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D28533 (or 0xD28533) is known color: Dixie. HEX triplet: D2, 85 and 33. RGB value is (210,133,51). Sum of RGB (Red+Green+Blue) = 210+133+51=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D28533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28533 is #2D7ACC. Grayscale: #939393. Windows color (decimal): -2980557 or 3376594. OLE color: 3376594.

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

Color convert

RGB 210 133 51 -
CMYK 0 0.37 0.76 0.18
HSL 30.94º 0.64% 0.51% -
HSV(B) 30.94º 0.76% 0.82% -
XYZ 35.56 30.72 7.19 -
YUV 146.68 74.01 173.17 -
System Red Green Blue C M Y K H S L
Decimal 210 133 51 0 0.37 0.76 0.18 30.94 0.64 0.51
Hex D2 85 33 0 25 4C 12 1F 40 33
Octal 322 205 63 0 45 114 22 37 100 63
Binary 11010010 10000101 110011 0 100101 1001100 10010 11111 1000000 110011

Color Harmonies of #D28533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28533

Black with #D28533

Text Example


Text Example

White with #D28533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28533; }

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

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

background-color css

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

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

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

border-color css

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

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

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