Html Css Color HEX #D9882E Dixie

📋 copy color: '#D9882E'

red 217 ◦ green 136 ◦ blue 46

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

Shades of Dixie #D9882E

Tints of Dixie #D9882E

RGB

 RED value IS 217 (85.16% from 255) = 54.39%

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

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

R = 54.39%
G = 34.09%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9882E (or 0xD9882E) is known color: Dixie. HEX triplet: D9, 88 and 2E. RGB value is (217,136,46). Sum of RGB (Red+Green+Blue) = 217+136+46=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9882E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9882E is #2677D1. Grayscale: #969696. Windows color (decimal): -2521042 or 3049689. OLE color: 3049689.

HSL color Cylindrical-coordinate representation of color #D9882E: hue angle of 31.58º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9882E is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 136 46 -
CMYK 0 0.37 0.79 0.15
HSL 31.58º 0.69% 0.52% -
HSV(B) 31.58º 0.79% 0.85% -
XYZ 37.91 32.56 6.87 -
YUV 149.96 69.34 175.82 -
System Red Green Blue C M Y K H S L
Decimal 217 136 46 0 0.37 0.79 0.15 31.58 0.69 0.52
Hex D9 88 2E 0 25 4F F 20 45 34
Octal 331 210 56 0 45 117 17 40 105 64
Binary 11011001 10001000 101110 0 100101 1001111 1111 100000 1000101 110100

Color Harmonies of #D9882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9882E

Black with #D9882E

Text Example


Text Example

White with #D9882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9882E; }

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

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

background-color css

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

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

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

border-color css

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

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

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