Html Css Color HEX #D9862C Dixie

📋 copy color: '#D9862C'

red 217 ◦ green 134 ◦ blue 44

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

Shades of Dixie #D9862C

Tints of Dixie #D9862C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.92%

 BLUE value IS 44 (17.58% from 255) = 11.14%

R = 54.94%
G = 33.92%
B = 11.14%

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

#D9862C (or 0xD9862C) is known color: Dixie. HEX triplet: D9, 86 and 2C. RGB value is (217,134,44). Sum of RGB (Red+Green+Blue) = 217+134+44=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9862C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9862C is #2679D3. Grayscale: #959595. Windows color (decimal): -2521556 or 2918105. OLE color: 2918105.

HSL color Cylindrical-coordinate representation of color #D9862C: hue angle of 31.21º degrees, saturation: 0.69, 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 #D9862C is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 134 44 -
CMYK 0 0.38 0.80 0.15
HSL 31.21º 0.69% 0.51% -
HSV(B) 31.21º 0.8% 0.85% -
XYZ 37.59 31.98 6.57 -
YUV 148.56 69 176.82 -
System Red Green Blue C M Y K H S L
Decimal 217 134 44 0 0.38 0.80 0.15 31.21 0.69 0.51
Hex D9 86 2C 0 26 50 F 1F 45 33
Octal 331 206 54 0 46 120 17 37 105 63
Binary 11011001 10000110 101100 0 100110 1010000 1111 11111 1000101 110011

Color Harmonies of #D9862C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9862C

Black with #D9862C

Text Example


Text Example

White with #D9862C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9862C; }

 p { color: rgb(217,134,44); }

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

background-color css

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

 a { background-color: rgb(217,134,44); }

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

border-color css

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

 span { border-color: rgb(217,134,44); }

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