Html Css Color HEX #D28828 Dixie

📋 copy color: '#D28828'

red 210 ◦ green 136 ◦ blue 40

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

Shades of Dixie #D28828

Tints of Dixie #D28828

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.23%

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

R = 54.4%
G = 35.23%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D28828 (or 0xD28828) is known color: Dixie. HEX triplet: D2, 88 and 28. RGB value is (210,136,40). Sum of RGB (Red+Green+Blue) = 210+136+40=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D28828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28828 is #2D77D7. Grayscale: #939393. Windows color (decimal): -2979800 or 2656466. OLE color: 2656466.

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

Color convert

RGB 210 136 40 -
CMYK 0 0.35 0.81 0.18
HSL 33.88º 0.68% 0.49% -
HSV(B) 33.88º 0.81% 0.82% -
XYZ 35.77 31.46 6.2 -
YUV 147.18 67.52 172.81 -
System Red Green Blue C M Y K H S L
Decimal 210 136 40 0 0.35 0.81 0.18 33.88 0.68 0.49
Hex D2 88 28 0 23 51 12 22 44 31
Octal 322 210 50 0 43 121 22 42 104 61
Binary 11010010 10001000 101000 0 100011 1010001 10010 100010 1000100 110001

Color Harmonies of #D28828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28828

Black with #D28828

Text Example


Text Example

White with #D28828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28828; }

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

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

background-color css

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

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

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

border-color css

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

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

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