Html Css Color HEX #D9862F Dixie

📋 copy color: '#D9862F'

red 217 ◦ green 134 ◦ blue 47

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

Shades of Dixie #D9862F

Tints of Dixie #D9862F

RGB

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

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

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

R = 54.52%
G = 33.67%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9862F (or 0xD9862F) is known color: Dixie. HEX triplet: D9, 86 and 2F. RGB value is (217,134,47). Sum of RGB (Red+Green+Blue) = 217+134+47=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D9862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9862F is #2679D0. Grayscale: #959595. Windows color (decimal): -2521553 or 3114713. OLE color: 3114713.

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

Color convert

RGB 217 134 47 -
CMYK 0 0.38 0.78 0.15
HSL 30.71º 0.69% 0.52% -
HSV(B) 30.71º 0.78% 0.85% -
XYZ 37.65 32.01 6.88 -
YUV 148.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 217 134 47 0 0.38 0.78 0.15 30.71 0.69 0.52
Hex D9 86 2F 0 26 4E F 1F 45 34
Octal 331 206 57 0 46 116 17 37 105 64
Binary 11011001 10000110 101111 0 100110 1001110 1111 11111 1000101 110100

Color Harmonies of #D9862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9862F

Black with #D9862F

Text Example


Text Example

White with #D9862F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9862F; }

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

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

background-color css

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

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

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

border-color css

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

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

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