Html Css Color HEX #D5882E Dixie

📋 copy color: '#D5882E'

red 213 ◦ green 136 ◦ blue 46

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

Shades of Dixie #D5882E

Tints of Dixie #D5882E

RGB

 RED value IS 213 (83.59% from 255) = 53.92%

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

 BLUE value IS 46 (18.36% from 255) = 11.65%

R = 53.92%
G = 34.43%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5882E (or 0xD5882E) is known color: Dixie. HEX triplet: D5, 88 and 2E. RGB value is (213,136,46). Sum of RGB (Red+Green+Blue) = 213+136+46=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5882E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5882E is #2A77D1. Grayscale: #959595. Windows color (decimal): -2783186 or 3049685. OLE color: 3049685.

HSL color Cylindrical-coordinate representation of color #D5882E: hue angle of 32.34º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5882E is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 136 46 -
CMYK 0 0.36 0.78 0.16
HSL 32.34º 0.67% 0.51% -
HSV(B) 32.34º 0.78% 0.84% -
XYZ 36.74 31.95 6.82 -
YUV 148.76 70.01 173.82 -
System Red Green Blue C M Y K H S L
Decimal 213 136 46 0 0.36 0.78 0.16 32.34 0.67 0.51
Hex D5 88 2E 0 24 4E 10 20 43 33
Octal 325 210 56 0 44 116 20 40 103 63
Binary 11010101 10001000 101110 0 100100 1001110 10000 100000 1000011 110011

Color Harmonies of #D5882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5882E

Black with #D5882E

Text Example


Text Example

White with #D5882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5882E; }

 p { color: rgb(213,136,46); }

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

background-color css

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

 a { background-color: rgb(213,136,46); }

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

border-color css

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

 span { border-color: rgb(213,136,46); }

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