Html Css Color HEX #D28724 Dixie

📋 copy color: '#D28724'

red 210 ◦ green 135 ◦ blue 36

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

Shades of Dixie #D28724

Tints of Dixie #D28724

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.43%

 BLUE value IS 36 (14.45% from 255) = 9.45%

R = 55.12%
G = 35.43%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D28724 (or 0xD28724) is known color: Dixie. HEX triplet: D2, 87 and 24. RGB value is (210,135,36). Sum of RGB (Red+Green+Blue) = 210+135+36=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D28724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28724 is #2D78DB. Grayscale: #929292. Windows color (decimal): -2980060 or 2394066. OLE color: 2394066.

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

Color convert

RGB 210 135 36 -
CMYK 0 0.36 0.83 0.18
HSL 34.14º 0.71% 0.48% -
HSV(B) 34.14º 0.83% 0.82% -
XYZ 35.56 31.16 5.81 -
YUV 146.14 65.85 173.55 -
System Red Green Blue C M Y K H S L
Decimal 210 135 36 0 0.36 0.83 0.18 34.14 0.71 0.48
Hex D2 87 24 0 24 53 12 22 47 30
Octal 322 207 44 0 44 123 22 42 107 60
Binary 11010010 10000111 100100 0 100100 1010011 10010 100010 1000111 110000

Color Harmonies of #D28724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28724

Black with #D28724

Text Example


Text Example

White with #D28724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28724; }

 p { color: rgb(210,135,36); }

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

background-color css

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

 a { background-color: rgb(210,135,36); }

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

border-color css

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

 span { border-color: rgb(210,135,36); }

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