Html Css Color HEX #D4906D Feldspar

📋 copy color: '#D4906D'

red 212 ◦ green 144 ◦ blue 109

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

Shades of Feldspar #D4906D

Tints of Feldspar #D4906D

RGB

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

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

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

R = 45.59%
G = 30.97%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4906D (or 0xD4906D) is known color: Feldspar. HEX triplet: D4, 90 and 6D. RGB value is (212,144,109). Sum of RGB (Red+Green+Blue) = 212+144+109=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D4906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4906D is #2B6F92. Grayscale: #A0A0A0. Windows color (decimal): -2846611 or 7180500. OLE color: 7180500.

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

Color convert

RGB 212 144 109 -
CMYK 0 0.32 0.49 0.17
HSL 20.39º 0.54% 0.63% -
HSV(B) 20.39º 0.49% 0.83% -
XYZ 39.88 35.05 19.13 -
YUV 160.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 212 144 109 0 0.32 0.49 0.17 20.39 0.54 0.63
Hex D4 90 6D 0 20 31 11 14 36 3F
Octal 324 220 155 0 40 61 21 24 66 77
Binary 11010100 10010000 1101101 0 100000 110001 10001 10100 110110 111111

Color Harmonies of #D4906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4906D

Black with #D4906D

Text Example


Text Example

White with #D4906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4906D; }

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

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

background-color css

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

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

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

border-color css

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

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

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