Html Css Color HEX #D4926E Feldspar

📋 copy color: '#D4926E'

red 212 ◦ green 146 ◦ blue 110

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

Shades of Feldspar #D4926E

Tints of Feldspar #D4926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.2%

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

R = 45.3%
G = 31.2%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4926E (or 0xD4926E) is known color: Feldspar. HEX triplet: D4, 92 and 6E. RGB value is (212,146,110). Sum of RGB (Red+Green+Blue) = 212+146+110=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D4926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4926E is #2B6D91. Grayscale: #A1A1A1. Windows color (decimal): -2846098 or 7246548. OLE color: 7246548.

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

Color convert

RGB 212 146 110 -
CMYK 0 0.31 0.48 0.17
HSL 21.18º 0.54% 0.63% -
HSV(B) 21.18º 0.48% 0.83% -
XYZ 40.24 35.68 19.52 -
YUV 161.63 98.87 163.93 -
System Red Green Blue C M Y K H S L
Decimal 212 146 110 0 0.31 0.48 0.17 21.18 0.54 0.63
Hex D4 92 6E 0 1F 30 11 15 36 3F
Octal 324 222 156 0 37 60 21 25 66 77
Binary 11010100 10010010 1101110 0 11111 110000 10001 10101 110110 111111

Color Harmonies of #D4926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4926E

Black with #D4926E

Text Example


Text Example

White with #D4926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4926E; }

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

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

background-color css

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

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

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

border-color css

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

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

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