Html Css Color HEX #D4966D Feldspar

📋 copy color: '#D4966D'

red 212 ◦ green 150 ◦ blue 109

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

Shades of Feldspar #D4966D

Tints of Feldspar #D4966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.85%

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

R = 45.01%
G = 31.85%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4966D (or 0xD4966D) is known color: Feldspar. HEX triplet: D4, 96 and 6D. RGB value is (212,150,109). Sum of RGB (Red+Green+Blue) = 212+150+109=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4966D is #2B6992. Grayscale: #A4A4A4. Windows color (decimal): -2845075 or 7182036. OLE color: 7182036.

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

Color convert

RGB 212 150 109 -
CMYK 0 0.29 0.49 0.17
HSL 23.88º 0.54% 0.63% -
HSV(B) 23.88º 0.49% 0.83% -
XYZ 40.82 36.91 19.44 -
YUV 163.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 212 150 109 0 0.29 0.49 0.17 23.88 0.54 0.63
Hex D4 96 6D 0 1D 31 11 18 36 3F
Octal 324 226 155 0 35 61 21 30 66 77
Binary 11010100 10010110 1101101 0 11101 110001 10001 11000 110110 111111

Color Harmonies of #D4966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4966D

Black with #D4966D

Text Example


Text Example

White with #D4966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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