Html Css Color HEX #D4986F Feldspar

📋 copy color: '#D4986F'

red 212 ◦ green 152 ◦ blue 111

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

Shades of Feldspar #D4986F

Tints of Feldspar #D4986F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32%

 BLUE value IS 111 (43.75% from 255) = 23.37%

R = 44.63%
G = 32%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4986F (or 0xD4986F) is known color: Feldspar. HEX triplet: D4, 98 and 6F. RGB value is (212,152,111). Sum of RGB (Red+Green+Blue) = 212+152+111=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4986F is #2B6790. Grayscale: #A5A5A5. Windows color (decimal): -2844561 or 7313620. OLE color: 7313620.

HSL color Cylindrical-coordinate representation of color #D4986F: hue angle of 24.36º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4986F is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 111 -
CMYK 0 0.28 0.48 0.17
HSL 24.36º 0.54% 0.63% -
HSV(B) 24.36º 0.48% 0.83% -
XYZ 41.25 37.6 20.12 -
YUV 165.27 97.38 161.33 -
System Red Green Blue C M Y K H S L
Decimal 212 152 111 0 0.28 0.48 0.17 24.36 0.54 0.63
Hex D4 98 6F 0 1C 30 11 18 36 3F
Octal 324 230 157 0 34 60 21 30 66 77
Binary 11010100 10011000 1101111 0 11100 110000 10001 11000 110110 111111

Color Harmonies of #D4986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4986F

Black with #D4986F

Text Example


Text Example

White with #D4986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4986F; }

 p { color: rgb(212,152,111); }

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

background-color css

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

 a { background-color: rgb(212,152,111); }

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

border-color css

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

 span { border-color: rgb(212,152,111); }

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