Html Css Color HEX #D28536 Dixie

📋 copy color: '#D28536'

red 210 ◦ green 133 ◦ blue 54

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

Shades of Dixie #D28536

Tints of Dixie #D28536

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

 BLUE value IS 54 (21.48% from 255) = 13.6%

R = 52.9%
G = 33.5%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D28536 (or 0xD28536) is known color: Dixie. HEX triplet: D2, 85 and 36. RGB value is (210,133,54). Sum of RGB (Red+Green+Blue) = 210+133+54=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D28536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28536 is #2D7AC9. Grayscale: #939393. Windows color (decimal): -2980554 or 3573202. OLE color: 3573202.

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

Color convert

RGB 210 133 54 -
CMYK 0 0.37 0.74 0.18
HSL 30.38º 0.63% 0.52% -
HSV(B) 30.38º 0.74% 0.82% -
XYZ 35.63 30.74 7.55 -
YUV 147.02 75.51 172.92 -
System Red Green Blue C M Y K H S L
Decimal 210 133 54 0 0.37 0.74 0.18 30.38 0.63 0.52
Hex D2 85 36 0 25 4A 12 1E 3F 34
Octal 322 205 66 0 45 112 22 36 77 64
Binary 11010010 10000101 110110 0 100101 1001010 10010 11110 111111 110100

Color Harmonies of #D28536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28536

Black with #D28536

Text Example


Text Example

White with #D28536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28536; }

 p { color: rgb(210,133,54); }

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

background-color css

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

 a { background-color: rgb(210,133,54); }

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

border-color css

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

 span { border-color: rgb(210,133,54); }

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