Html Css Color HEX #D28835 Dixie

📋 copy color: '#D28835'

red 210 ◦ green 136 ◦ blue 53

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

Shades of Dixie #D28835

Tints of Dixie #D28835

RGB

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

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

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

R = 52.63%
G = 34.09%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D28835 (or 0xD28835) is known color: Dixie. HEX triplet: D2, 88 and 35. RGB value is (210,136,53). Sum of RGB (Red+Green+Blue) = 210+136+53=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D28835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28835 is #2D77CA. Grayscale: #959595. Windows color (decimal): -2979787 or 3508434. OLE color: 3508434.

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

Color convert

RGB 210 136 53 -
CMYK 0 0.35 0.75 0.18
HSL 31.72º 0.64% 0.52% -
HSV(B) 31.72º 0.75% 0.82% -
XYZ 36.03 31.57 7.56 -
YUV 148.66 74.02 171.75 -
System Red Green Blue C M Y K H S L
Decimal 210 136 53 0 0.35 0.75 0.18 31.72 0.64 0.52
Hex D2 88 35 0 23 4B 12 20 40 34
Octal 322 210 65 0 43 113 22 40 100 64
Binary 11010010 10001000 110101 0 100011 1001011 10010 100000 1000000 110100

Color Harmonies of #D28835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28835

Black with #D28835

Text Example


Text Example

White with #D28835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28835; }

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

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

background-color css

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

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

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

border-color css

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

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

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