Html Css Color HEX #D9882D Dixie

📋 copy color: '#D9882D'

red 217 ◦ green 136 ◦ blue 45

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

Shades of Dixie #D9882D

Tints of Dixie #D9882D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.31%

R = 54.52%
G = 34.17%
B = 11.31%

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

#D9882D (or 0xD9882D) is known color: Dixie. HEX triplet: D9, 88 and 2D. RGB value is (217,136,45). Sum of RGB (Red+Green+Blue) = 217+136+45=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D9882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9882D is #2677D2. Grayscale: #969696. Windows color (decimal): -2521043 or 2984153. OLE color: 2984153.

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

Color convert

RGB 217 136 45 -
CMYK 0 0.37 0.79 0.15
HSL 31.74º 0.69% 0.51% -
HSV(B) 31.74º 0.79% 0.85% -
XYZ 37.89 32.55 6.77 -
YUV 149.85 68.84 175.9 -
System Red Green Blue C M Y K H S L
Decimal 217 136 45 0 0.37 0.79 0.15 31.74 0.69 0.51
Hex D9 88 2D 0 25 4F F 20 45 33
Octal 331 210 55 0 45 117 17 40 105 63
Binary 11011001 10001000 101101 0 100101 1001111 1111 100000 1000101 110011

Color Harmonies of #D9882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9882D

Black with #D9882D

Text Example


Text Example

White with #D9882D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9882D; }

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

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

background-color css

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

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

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

border-color css

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

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

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