Html Css Color HEX #D1882F Dixie

📋 copy color: '#D1882F'

red 209 ◦ green 136 ◦ blue 47

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

Shades of Dixie #D1882F

Tints of Dixie #D1882F

RGB

 RED value IS 209 (82.03% from 255) = 53.32%

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

 BLUE value IS 47 (18.75% from 255) = 11.99%

R = 53.32%
G = 34.69%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1882F (or 0xD1882F) is known color: Dixie. HEX triplet: D1, 88 and 2F. RGB value is (209,136,47). Sum of RGB (Red+Green+Blue) = 209+136+47=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D1882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1882F is #2E77D0. Grayscale: #949494. Windows color (decimal): -3045329 or 3115217. OLE color: 3115217.

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

Color convert

RGB 209 136 47 -
CMYK 0 0.35 0.78 0.18
HSL 32.96º 0.64% 0.5% -
HSV(B) 32.96º 0.78% 0.82% -
XYZ 35.61 31.37 6.87 -
YUV 147.68 71.18 171.74 -
System Red Green Blue C M Y K H S L
Decimal 209 136 47 0 0.35 0.78 0.18 32.96 0.64 0.5
Hex D1 88 2F 0 23 4E 12 21 40 32
Octal 321 210 57 0 43 116 22 41 100 62
Binary 11010001 10001000 101111 0 100011 1001110 10010 100001 1000000 110010

Color Harmonies of #D1882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1882F

Black with #D1882F

Text Example


Text Example

White with #D1882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1882F; }

 p { color: rgb(209,136,47); }

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

background-color css

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

 a { background-color: rgb(209,136,47); }

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

border-color css

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

 span { border-color: rgb(209,136,47); }

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