Html Css Color HEX #D28825 Dixie

📋 copy color: '#D28825'

red 210 ◦ green 136 ◦ blue 37

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

Shades of Dixie #D28825

Tints of Dixie #D28825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.66%

R = 54.83%
G = 35.51%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D28825 (or 0xD28825) is known color: Dixie. HEX triplet: D2, 88 and 25. RGB value is (210,136,37). Sum of RGB (Red+Green+Blue) = 210+136+37=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D28825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28825 is #2D77DA. Grayscale: #939393. Windows color (decimal): -2979803 or 2459858. OLE color: 2459858.

HSL color Cylindrical-coordinate representation of color #D28825: hue angle of 34.34º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D28825 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 136 37 -
CMYK 0 0.35 0.82 0.18
HSL 34.34º 0.7% 0.48% -
HSV(B) 34.34º 0.82% 0.82% -
XYZ 35.72 31.44 5.94 -
YUV 146.84 66.02 173.05 -
System Red Green Blue C M Y K H S L
Decimal 210 136 37 0 0.35 0.82 0.18 34.34 0.7 0.48
Hex D2 88 25 0 23 52 12 22 46 30
Octal 322 210 45 0 43 122 22 42 106 60
Binary 11010010 10001000 100101 0 100011 1010010 10010 100010 1000110 110000

Color Harmonies of #D28825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28825

Black with #D28825

Text Example


Text Example

White with #D28825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28825; }

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

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

background-color css

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

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

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

border-color css

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

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

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