Html Css Color HEX #D28228 Dixie

📋 copy color: '#D28228'

red 210 ◦ green 130 ◦ blue 40

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

Shades of Dixie #D28228

Tints of Dixie #D28228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.21%

 BLUE value IS 40 (16.02% from 255) = 10.53%

R = 55.26%
G = 34.21%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D28228 (or 0xD28228) is known color: Dixie. HEX triplet: D2, 82 and 28. RGB value is (210,130,40). Sum of RGB (Red+Green+Blue) = 210+130+40=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D28228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28228 is #2D7DD7. Grayscale: #909090. Windows color (decimal): -2981336 or 2654930. OLE color: 2654930.

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

Color convert

RGB 210 130 40 -
CMYK 0 0.38 0.81 0.18
HSL 31.76º 0.68% 0.49% -
HSV(B) 31.76º 0.81% 0.82% -
XYZ 34.94 29.82 5.92 -
YUV 143.66 69.5 175.32 -
System Red Green Blue C M Y K H S L
Decimal 210 130 40 0 0.38 0.81 0.18 31.76 0.68 0.49
Hex D2 82 28 0 26 51 12 20 44 31
Octal 322 202 50 0 46 121 22 40 104 61
Binary 11010010 10000010 101000 0 100110 1010001 10010 100000 1000100 110001

Color Harmonies of #D28228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28228

Black with #D28228

Text Example


Text Example

White with #D28228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28228; }

 p { color: rgb(210,130,40); }

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

background-color css

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

 a { background-color: rgb(210,130,40); }

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

border-color css

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

 span { border-color: rgb(210,130,40); }

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