Html Css Color HEX #D28331 Dixie

📋 copy color: '#D28331'

red 210 ◦ green 131 ◦ blue 49

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

Shades of Dixie #D28331

Tints of Dixie #D28331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.56%

R = 53.85%
G = 33.59%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D28331 (or 0xD28331) is known color: Dixie. HEX triplet: D2, 83 and 31. RGB value is (210,131,49). Sum of RGB (Red+Green+Blue) = 210+131+49=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D28331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28331 is #2D7CCE. Grayscale: #919191. Windows color (decimal): -2981071 or 3245010. OLE color: 3245010.

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

Color convert

RGB 210 131 49 -
CMYK 0 0.38 0.77 0.18
HSL 30.56º 0.64% 0.51% -
HSV(B) 30.56º 0.77% 0.82% -
XYZ 35.25 30.16 6.87 -
YUV 145.27 73.67 174.17 -
System Red Green Blue C M Y K H S L
Decimal 210 131 49 0 0.38 0.77 0.18 30.56 0.64 0.51
Hex D2 83 31 0 26 4D 12 1F 40 33
Octal 322 203 61 0 46 115 22 37 100 63
Binary 11010010 10000011 110001 0 100110 1001101 10010 11111 1000000 110011

Color Harmonies of #D28331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28331

Black with #D28331

Text Example


Text Example

White with #D28331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28331; }

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

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

background-color css

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

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

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

border-color css

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

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

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