Html Css Color HEX #D28428 Dixie

📋 copy color: '#D28428'

red 210 ◦ green 132 ◦ blue 40

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

Shades of Dixie #D28428

Tints of Dixie #D28428

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

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

R = 54.97%
G = 34.55%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D28428 (or 0xD28428) is known color: Dixie. HEX triplet: D2, 84 and 28. RGB value is (210,132,40). Sum of RGB (Red+Green+Blue) = 210+132+40=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D28428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28428 is #2D7BD7. Grayscale: #919191. Windows color (decimal): -2980824 or 2655442. OLE color: 2655442.

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

Color convert

RGB 210 132 40 -
CMYK 0 0.37 0.81 0.18
HSL 32.47º 0.68% 0.49% -
HSV(B) 32.47º 0.81% 0.82% -
XYZ 35.21 30.36 6.01 -
YUV 144.83 68.84 174.48 -
System Red Green Blue C M Y K H S L
Decimal 210 132 40 0 0.37 0.81 0.18 32.47 0.68 0.49
Hex D2 84 28 0 25 51 12 20 44 31
Octal 322 204 50 0 45 121 22 40 104 61
Binary 11010010 10000100 101000 0 100101 1010001 10010 100000 1000100 110001

Color Harmonies of #D28428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28428

Black with #D28428

Text Example


Text Example

White with #D28428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28428; }

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

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

background-color css

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

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

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

border-color css

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

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

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