Html Css Color HEX #D28435 Dixie

📋 copy color: '#D28435'

red 210 ◦ green 132 ◦ blue 53

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

Shades of Dixie #D28435

Tints of Dixie #D28435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.42%

R = 53.16%
G = 33.42%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D28435 (or 0xD28435) is known color: Dixie. HEX triplet: D2, 84 and 35. RGB value is (210,132,53). Sum of RGB (Red+Green+Blue) = 210+132+53=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D28435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28435 is #2D7BCA. Grayscale: #929292. Windows color (decimal): -2980811 or 3507410. OLE color: 3507410.

HSL color Cylindrical-coordinate representation of color #D28435: hue angle of 30.19º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D28435 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 132 53 -
CMYK 0 0.37 0.75 0.18
HSL 30.19º 0.64% 0.52% -
HSV(B) 30.19º 0.75% 0.82% -
XYZ 35.47 30.46 7.38 -
YUV 146.32 75.34 173.42 -
System Red Green Blue C M Y K H S L
Decimal 210 132 53 0 0.37 0.75 0.18 30.19 0.64 0.52
Hex D2 84 35 0 25 4B 12 1E 40 34
Octal 322 204 65 0 45 113 22 36 100 64
Binary 11010010 10000100 110101 0 100101 1001011 10010 11110 1000000 110100

Color Harmonies of #D28435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28435

Black with #D28435

Text Example


Text Example

White with #D28435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28435; }

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

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

background-color css

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

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

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

border-color css

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

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

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