Html Css Color HEX #D4906F Feldspar

📋 copy color: '#D4906F'

red 212 ◦ green 144 ◦ blue 111

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

Shades of Feldspar #D4906F

Tints of Feldspar #D4906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.84%

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

R = 45.4%
G = 30.84%
B = 23.77%

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

#D4906F (or 0xD4906F) is known color: Feldspar. HEX triplet: D4, 90 and 6F. RGB value is (212,144,111). Sum of RGB (Red+Green+Blue) = 212+144+111=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4906F is #2B6F90. Grayscale: #A0A0A0. Windows color (decimal): -2846609 or 7311572. OLE color: 7311572.

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

Color convert

RGB 212 144 111 -
CMYK 0 0.32 0.48 0.17
HSL 19.6º 0.54% 0.63% -
HSV(B) 19.6º 0.48% 0.83% -
XYZ 39.99 35.09 19.7 -
YUV 160.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 212 144 111 0 0.32 0.48 0.17 19.6 0.54 0.63
Hex D4 90 6F 0 20 30 11 14 36 3F
Octal 324 220 157 0 40 60 21 24 66 77
Binary 11010100 10010000 1101111 0 100000 110000 10001 10100 110110 111111

Color Harmonies of #D4906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4906F

Black with #D4906F

Text Example


Text Example

White with #D4906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4906F; }

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

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

background-color css

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

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

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

border-color css

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

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

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