Html Css Color HEX #D99B7C Feldspar

📋 copy color: '#D99B7C'

red 217 ◦ green 155 ◦ blue 124

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

Shades of Feldspar #D99B7C

Tints of Feldspar #D99B7C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.25%

 BLUE value IS 124 (48.83% from 255) = 25%

R = 43.75%
G = 31.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D99B7C (or 0xD99B7C) is known color: Feldspar. HEX triplet: D9, 9B and 7C. RGB value is (217,155,124). Sum of RGB (Red+Green+Blue) = 217+155+124=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99B7C is #266483. Grayscale: #AAAAAA. Windows color (decimal): -2516100 or 8166361. OLE color: 8166361.

HSL color Cylindrical-coordinate representation of color #D99B7C: hue angle of 20º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D99B7C is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 155 124 -
CMYK 0 0.29 0.43 0.15
HSL 20º 0.55% 0.67% -
HSV(B) 20º 0.43% 0.85% -
XYZ 43.97 39.65 24.4 -
YUV 170 102.04 161.52 -
System Red Green Blue C M Y K H S L
Decimal 217 155 124 0 0.29 0.43 0.15 20 0.55 0.67
Hex D9 9B 7C 0 1D 2B F 14 37 43
Octal 331 233 174 0 35 53 17 24 67 103
Binary 11011001 10011011 1111100 0 11101 101011 1111 10100 110111 1000011

Color Harmonies of #D99B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99B7C

Black with #D99B7C

Text Example


Text Example

White with #D99B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99B7C; }

 p { color: rgb(217,155,124); }

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

background-color css

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

 a { background-color: rgb(217,155,124); }

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

border-color css

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

 span { border-color: rgb(217,155,124); }

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