Html Css Color HEX #D4996F Feldspar

📋 copy color: '#D4996F'

red 212 ◦ green 153 ◦ blue 111

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

Shades of Feldspar #D4996F

Tints of Feldspar #D4996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.14%

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

R = 44.54%
G = 32.14%
B = 23.32%

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

#D4996F (or 0xD4996F) is known color: Feldspar. HEX triplet: D4, 99 and 6F. RGB value is (212,153,111). Sum of RGB (Red+Green+Blue) = 212+153+111=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D4996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4996F is #2B6690. Grayscale: #A6A6A6. Windows color (decimal): -2844305 or 7313876. OLE color: 7313876.

HSL color Cylindrical-coordinate representation of color #D4996F: hue angle of 24.95º 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 #D4996F is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 153 111 -
CMYK 0 0.28 0.48 0.17
HSL 24.95º 0.54% 0.63% -
HSV(B) 24.95º 0.48% 0.83% -
XYZ 41.41 37.93 20.18 -
YUV 165.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 212 153 111 0 0.28 0.48 0.17 24.95 0.54 0.63
Hex D4 99 6F 0 1C 30 11 19 36 3F
Octal 324 231 157 0 34 60 21 31 66 77
Binary 11010100 10011001 1101111 0 11100 110000 10001 11001 110110 111111

Color Harmonies of #D4996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4996F

Black with #D4996F

Text Example


Text Example

White with #D4996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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