Html Css Color HEX #D28625 Dixie

📋 copy color: '#D28625'

red 210 ◦ green 134 ◦ blue 37

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

Shades of Dixie #D28625

Tints of Dixie #D28625

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

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

R = 55.12%
G = 35.17%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D28625 (or 0xD28625) is known color: Dixie. HEX triplet: D2, 86 and 25. RGB value is (210,134,37). Sum of RGB (Red+Green+Blue) = 210+134+37=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D28625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28625 is #2D79DA. Grayscale: #929292. Windows color (decimal): -2980315 or 2459346. OLE color: 2459346.

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

Color convert

RGB 210 134 37 -
CMYK 0 0.36 0.82 0.18
HSL 33.64º 0.7% 0.48% -
HSV(B) 33.64º 0.82% 0.82% -
XYZ 35.44 30.89 5.84 -
YUV 145.67 66.68 173.89 -
System Red Green Blue C M Y K H S L
Decimal 210 134 37 0 0.36 0.82 0.18 33.64 0.7 0.48
Hex D2 86 25 0 24 52 12 22 46 30
Octal 322 206 45 0 44 122 22 42 106 60
Binary 11010010 10000110 100101 0 100100 1010010 10010 100010 1000110 110000

Color Harmonies of #D28625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28625

Black with #D28625

Text Example


Text Example

White with #D28625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28625; }

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

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

background-color css

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

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

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

border-color css

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

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

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