Html Css Color HEX #D4916E Feldspar

📋 copy color: '#D4916E'

red 212 ◦ green 145 ◦ blue 110

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

Shades of Feldspar #D4916E

Tints of Feldspar #D4916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.05%

 BLUE value IS 110 (43.36% from 255) = 23.55%

R = 45.4%
G = 31.05%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4916E (or 0xD4916E) is known color: Feldspar. HEX triplet: D4, 91 and 6E. RGB value is (212,145,110). Sum of RGB (Red+Green+Blue) = 212+145+110=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4916E is #2B6E91. Grayscale: #A1A1A1. Windows color (decimal): -2846354 or 7246292. OLE color: 7246292.

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

Color convert

RGB 212 145 110 -
CMYK 0 0.32 0.48 0.17
HSL 20.59º 0.54% 0.63% -
HSV(B) 20.59º 0.48% 0.83% -
XYZ 40.09 35.37 19.47 -
YUV 161.04 99.2 164.35 -
System Red Green Blue C M Y K H S L
Decimal 212 145 110 0 0.32 0.48 0.17 20.59 0.54 0.63
Hex D4 91 6E 0 20 30 11 15 36 3F
Octal 324 221 156 0 40 60 21 25 66 77
Binary 11010100 10010001 1101110 0 100000 110000 10001 10101 110110 111111

Color Harmonies of #D4916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4916E

Black with #D4916E

Text Example


Text Example

White with #D4916E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4916E; }

 p { color: rgb(212,145,110); }

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

background-color css

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

 a { background-color: rgb(212,145,110); }

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

border-color css

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

 span { border-color: rgb(212,145,110); }

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