Html Css Color HEX #D28836 Dixie

📋 copy color: '#D28836'

red 210 ◦ green 136 ◦ blue 54

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

Shades of Dixie #D28836

Tints of Dixie #D28836

RGB

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

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

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

R = 52.5%
G = 34%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D28836 (or 0xD28836) is known color: Dixie. HEX triplet: D2, 88 and 36. RGB value is (210,136,54). Sum of RGB (Red+Green+Blue) = 210+136+54=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D28836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28836 is #2D77C9. Grayscale: #959595. Windows color (decimal): -2979786 or 3573970. OLE color: 3573970.

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

Color convert

RGB 210 136 54 -
CMYK 0 0.35 0.74 0.18
HSL 31.54º 0.63% 0.52% -
HSV(B) 31.54º 0.74% 0.82% -
XYZ 36.05 31.58 7.68 -
YUV 148.78 74.52 171.67 -
System Red Green Blue C M Y K H S L
Decimal 210 136 54 0 0.35 0.74 0.18 31.54 0.63 0.52
Hex D2 88 36 0 23 4A 12 20 3F 34
Octal 322 210 66 0 43 112 22 40 77 64
Binary 11010010 10001000 110110 0 100011 1001010 10010 100000 111111 110100

Color Harmonies of #D28836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28836

Black with #D28836

Text Example


Text Example

White with #D28836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28836; }

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

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

background-color css

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

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

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

border-color css

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

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

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