Html Css Color HEX #D28325 Dixie

📋 copy color: '#D28325'

red 210 ◦ green 131 ◦ blue 37

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

Shades of Dixie #D28325

Tints of Dixie #D28325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.66%

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

R = 55.56%
G = 34.66%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D28325 (or 0xD28325) is known color: Dixie. HEX triplet: D2, 83 and 25. RGB value is (210,131,37). Sum of RGB (Red+Green+Blue) = 210+131+37=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D28325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28325 is #2D7CDA. Grayscale: #909090. Windows color (decimal): -2981083 or 2458578. OLE color: 2458578.

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

Color convert

RGB 210 131 37 -
CMYK 0 0.38 0.82 0.18
HSL 32.6º 0.7% 0.48% -
HSV(B) 32.6º 0.82% 0.82% -
XYZ 35.03 30.07 5.71 -
YUV 143.91 67.67 175.14 -
System Red Green Blue C M Y K H S L
Decimal 210 131 37 0 0.38 0.82 0.18 32.6 0.7 0.48
Hex D2 83 25 0 26 52 12 21 46 30
Octal 322 203 45 0 46 122 22 41 106 60
Binary 11010010 10000011 100101 0 100110 1010010 10010 100001 1000110 110000

Color Harmonies of #D28325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28325

Black with #D28325

Text Example


Text Example

White with #D28325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28325; }

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

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

background-color css

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

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

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

border-color css

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

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

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