Html Css Color HEX #D99B73 Feldspar

📋 copy color: '#D99B73'

red 217 ◦ green 155 ◦ blue 115

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

Shades of Feldspar #D99B73

Tints of Feldspar #D99B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.61%

R = 44.56%
G = 31.83%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D99B73 (or 0xD99B73) is known color: Feldspar. HEX triplet: D9, 9B and 73. RGB value is (217,155,115). Sum of RGB (Red+Green+Blue) = 217+155+115=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99B73 is #26648C. Grayscale: #A9A9A9. Windows color (decimal): -2516109 or 7576537. OLE color: 7576537.

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

Color convert

RGB 217 155 115 -
CMYK 0 0.29 0.47 0.15
HSL 23.53º 0.57% 0.65% -
HSV(B) 23.53º 0.47% 0.85% -
XYZ 43.43 39.43 21.54 -
YUV 168.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 217 155 115 0 0.29 0.47 0.15 23.53 0.57 0.65
Hex D9 9B 73 0 1D 2F F 18 39 41
Octal 331 233 163 0 35 57 17 30 71 101
Binary 11011001 10011011 1110011 0 11101 101111 1111 11000 111001 1000001

Color Harmonies of #D99B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99B73

Black with #D99B73

Text Example


Text Example

White with #D99B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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