Html Css Color HEX #D99A6D Feldspar

📋 copy color: '#D99A6D'

red 217 ◦ green 154 ◦ blue 109

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

Shades of Feldspar #D99A6D

Tints of Feldspar #D99A6D

RGB

 RED value IS 217 (85.16% from 255) = 45.21%

 GREEN value IS 154 (60.55% from 255) = 32.08%

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

R = 45.21%
G = 32.08%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D99A6D (or 0xD99A6D) is known color: Feldspar. HEX triplet: D9, 9A and 6D. RGB value is (217,154,109). Sum of RGB (Red+Green+Blue) = 217+154+109=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A6D is #266592. Grayscale: #A7A7A7. Windows color (decimal): -2516371 or 7183065. OLE color: 7183065.

HSL color Cylindrical-coordinate representation of color #D99A6D: hue angle of 25º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D99A6D is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 154 109 -
CMYK 0 0.29 0.50 0.15
HSL 25º 0.59% 0.64% -
HSV(B) 25º 0.5% 0.85% -
XYZ 42.93 38.97 19.73 -
YUV 167.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 217 154 109 0 0.29 0.50 0.15 25 0.59 0.64
Hex D9 9A 6D 0 1D 32 F 19 3B 40
Octal 331 232 155 0 35 62 17 31 73 100
Binary 11011001 10011010 1101101 0 11101 110010 1111 11001 111011 1000000

Color Harmonies of #D99A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A6D

Black with #D99A6D

Text Example


Text Example

White with #D99A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A6D; }

 p { color: rgb(217,154,109); }

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

background-color css

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

 a { background-color: rgb(217,154,109); }

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

border-color css

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

 span { border-color: rgb(217,154,109); }

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