Html Css Color HEX #D28928 Dixie

📋 copy color: '#D28928'

red 210 ◦ green 137 ◦ blue 40

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

Shades of Dixie #D28928

Tints of Dixie #D28928

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.4%

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

R = 54.26%
G = 35.4%
B = 10.34%

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

#D28928 (or 0xD28928) is known color: Dixie. HEX triplet: D2, 89 and 28. RGB value is (210,137,40). Sum of RGB (Red+Green+Blue) = 210+137+40=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D28928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28928 is #2D76D7. Grayscale: #949494. Windows color (decimal): -2979544 or 2656722. OLE color: 2656722.

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

Color convert

RGB 210 137 40 -
CMYK 0 0.35 0.81 0.18
HSL 34.24º 0.68% 0.49% -
HSV(B) 34.24º 0.81% 0.82% -
XYZ 35.91 31.75 6.24 -
YUV 147.77 67.18 172.39 -
System Red Green Blue C M Y K H S L
Decimal 210 137 40 0 0.35 0.81 0.18 34.24 0.68 0.49
Hex D2 89 28 0 23 51 12 22 44 31
Octal 322 211 50 0 43 121 22 42 104 61
Binary 11010010 10001001 101000 0 100011 1010001 10010 100010 1000100 110001

Color Harmonies of #D28928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28928

Black with #D28928

Text Example


Text Example

White with #D28928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28928; }

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

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

background-color css

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

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

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

border-color css

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

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

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