Html Css Color HEX #D28334 Dixie

📋 copy color: '#D28334'

red 210 ◦ green 131 ◦ blue 52

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

Shades of Dixie #D28334

Tints of Dixie #D28334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.23%

R = 53.44%
G = 33.33%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D28334 (or 0xD28334) is known color: Dixie. HEX triplet: D2, 83 and 34. RGB value is (210,131,52). Sum of RGB (Red+Green+Blue) = 210+131+52=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D28334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28334 is #2D7CCB. Grayscale: #929292. Windows color (decimal): -2981068 or 3441618. OLE color: 3441618.

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

Color convert

RGB 210 131 52 -
CMYK 0 0.38 0.75 0.18
HSL 30º 0.64% 0.51% -
HSV(B) 30º 0.75% 0.82% -
XYZ 35.31 30.18 7.21 -
YUV 145.62 75.17 173.92 -
System Red Green Blue C M Y K H S L
Decimal 210 131 52 0 0.38 0.75 0.18 30 0.64 0.51
Hex D2 83 34 0 26 4B 12 1E 40 33
Octal 322 203 64 0 46 113 22 36 100 63
Binary 11010010 10000011 110100 0 100110 1001011 10010 11110 1000000 110011

Color Harmonies of #D28334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28334

Black with #D28334

Text Example


Text Example

White with #D28334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28334; }

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

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

background-color css

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

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

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

border-color css

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

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

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