Html Css Color HEX #D28333 Dixie

📋 copy color: '#D28333'

red 210 ◦ green 131 ◦ blue 51

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

Shades of Dixie #D28333

Tints of Dixie #D28333

RGB

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

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

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

R = 53.57%
G = 33.42%
B = 13.01%

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

#D28333 (or 0xD28333) is known color: Dixie. HEX triplet: D2, 83 and 33. RGB value is (210,131,51). Sum of RGB (Red+Green+Blue) = 210+131+51=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D28333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28333 is #2D7CCC. Grayscale: #919191. Windows color (decimal): -2981069 or 3376082. OLE color: 3376082.

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

Color convert

RGB 210 131 51 -
CMYK 0 0.38 0.76 0.18
HSL 30.19º 0.64% 0.51% -
HSV(B) 30.19º 0.76% 0.82% -
XYZ 35.29 30.17 7.1 -
YUV 145.5 74.67 174 -
System Red Green Blue C M Y K H S L
Decimal 210 131 51 0 0.38 0.76 0.18 30.19 0.64 0.51
Hex D2 83 33 0 26 4C 12 1E 40 33
Octal 322 203 63 0 46 114 22 36 100 63
Binary 11010010 10000011 110011 0 100110 1001100 10010 11110 1000000 110011

Color Harmonies of #D28333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28333

Black with #D28333

Text Example


Text Example

White with #D28333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28333; }

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

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

background-color css

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

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

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

border-color css

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

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

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