Html Css Color HEX #D4862F Dixie

📋 copy color: '#D4862F'

red 212 ◦ green 134 ◦ blue 47

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

Shades of Dixie #D4862F

Tints of Dixie #D4862F

RGB

 RED value IS 212 (83.2% from 255) = 53.94%

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

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

R = 53.94%
G = 34.1%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4862F (or 0xD4862F) is known color: Dixie. HEX triplet: D4, 86 and 2F. RGB value is (212,134,47). Sum of RGB (Red+Green+Blue) = 212+134+47=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D4862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4862F is #2B79D0. Grayscale: #939393. Windows color (decimal): -2849233 or 3114708. OLE color: 3114708.

HSL color Cylindrical-coordinate representation of color #D4862F: hue angle of 31.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4862F is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 134 47 -
CMYK 0 0.37 0.78 0.17
HSL 31.64º 0.66% 0.51% -
HSV(B) 31.64º 0.78% 0.83% -
XYZ 36.19 31.25 6.81 -
YUV 147.4 71.34 174.07 -
System Red Green Blue C M Y K H S L
Decimal 212 134 47 0 0.37 0.78 0.17 31.64 0.66 0.51
Hex D4 86 2F 0 25 4E 11 20 42 33
Octal 324 206 57 0 45 116 21 40 102 63
Binary 11010100 10000110 101111 0 100101 1001110 10001 100000 1000010 110011

Color Harmonies of #D4862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4862F

Black with #D4862F

Text Example


Text Example

White with #D4862F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4862F; }

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

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

background-color css

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

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

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

border-color css

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

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

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