Html Css Color HEX #D4926D Feldspar

📋 copy color: '#D4926D'

red 212 ◦ green 146 ◦ blue 109

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

Shades of Feldspar #D4926D

Tints of Feldspar #D4926D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.34%

R = 45.4%
G = 31.26%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4926D (or 0xD4926D) is known color: Feldspar. HEX triplet: D4, 92 and 6D. RGB value is (212,146,109). Sum of RGB (Red+Green+Blue) = 212+146+109=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4926D is #2B6D92. Grayscale: #A1A1A1. Windows color (decimal): -2846099 or 7181012. OLE color: 7181012.

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

Color convert

RGB 212 146 109 -
CMYK 0 0.31 0.49 0.17
HSL 21.55º 0.54% 0.63% -
HSV(B) 21.55º 0.49% 0.83% -
XYZ 40.19 35.66 19.23 -
YUV 161.52 98.37 164.01 -
System Red Green Blue C M Y K H S L
Decimal 212 146 109 0 0.31 0.49 0.17 21.55 0.54 0.63
Hex D4 92 6D 0 1F 31 11 16 36 3F
Octal 324 222 155 0 37 61 21 26 66 77
Binary 11010100 10010010 1101101 0 11111 110001 10001 10110 110110 111111

Color Harmonies of #D4926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4926D

Black with #D4926D

Text Example


Text Example

White with #D4926D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4926D; }

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

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

background-color css

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

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

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

border-color css

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

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

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