Html Css Color HEX #D28831 Dixie

📋 copy color: '#D28831'

red 210 ◦ green 136 ◦ blue 49

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

Shades of Dixie #D28831

Tints of Dixie #D28831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.41%

R = 53.16%
G = 34.43%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D28831 (or 0xD28831) is known color: Dixie. HEX triplet: D2, 88 and 31. RGB value is (210,136,49). Sum of RGB (Red+Green+Blue) = 210+136+49=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D28831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28831 is #2D77CE. Grayscale: #949494. Windows color (decimal): -2979791 or 3246290. OLE color: 3246290.

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

Color convert

RGB 210 136 49 -
CMYK 0 0.35 0.77 0.18
HSL 32.42º 0.64% 0.51% -
HSV(B) 32.42º 0.77% 0.82% -
XYZ 35.94 31.53 7.1 -
YUV 148.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 210 136 49 0 0.35 0.77 0.18 32.42 0.64 0.51
Hex D2 88 31 0 23 4D 12 20 40 33
Octal 322 210 61 0 43 115 22 40 100 63
Binary 11010010 10001000 110001 0 100011 1001101 10010 100000 1000000 110011

Color Harmonies of #D28831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28831

Black with #D28831

Text Example


Text Example

White with #D28831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28831; }

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

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

background-color css

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

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

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

border-color css

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

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

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