Html Css Color HEX #D9872B Dixie

📋 copy color: '#D9872B'

red 217 ◦ green 135 ◦ blue 43

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

Shades of Dixie #D9872B

Tints of Dixie #D9872B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.18%

 BLUE value IS 43 (17.19% from 255) = 10.89%

R = 54.94%
G = 34.18%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9872B (or 0xD9872B) is known color: Dixie. HEX triplet: D9, 87 and 2B. RGB value is (217,135,43). Sum of RGB (Red+Green+Blue) = 217+135+43=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9872B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9872B is #2678D4. Grayscale: #959595. Windows color (decimal): -2521301 or 2852825. OLE color: 2852825.

HSL color Cylindrical-coordinate representation of color #D9872B: hue angle of 31.72º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9872B is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 135 43 -
CMYK 0 0.38 0.80 0.15
HSL 31.72º 0.7% 0.51% -
HSV(B) 31.72º 0.8% 0.85% -
XYZ 37.72 32.25 6.52 -
YUV 149.03 68.17 176.48 -
System Red Green Blue C M Y K H S L
Decimal 217 135 43 0 0.38 0.80 0.15 31.72 0.7 0.51
Hex D9 87 2B 0 26 50 F 20 46 33
Octal 331 207 53 0 46 120 17 40 106 63
Binary 11011001 10000111 101011 0 100110 1010000 1111 100000 1000110 110011

Color Harmonies of #D9872B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9872B

Black with #D9872B

Text Example


Text Example

White with #D9872B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9872B; }

 p { color: rgb(217,135,43); }

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

background-color css

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

 a { background-color: rgb(217,135,43); }

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

border-color css

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

 span { border-color: rgb(217,135,43); }

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