Html Css Color HEX #D99A72 Feldspar

📋 copy color: '#D99A72'

red 217 ◦ green 154 ◦ blue 114

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

Shades of Feldspar #D99A72

Tints of Feldspar #D99A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.51%

R = 44.74%
G = 31.75%
B = 23.51%

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

#D99A72 (or 0xD99A72) is known color: Feldspar. HEX triplet: D9, 9A and 72. RGB value is (217,154,114). Sum of RGB (Red+Green+Blue) = 217+154+114=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A72 is #26658D. Grayscale: #A8A8A8. Windows color (decimal): -2516366 or 7510745. OLE color: 7510745.

HSL color Cylindrical-coordinate representation of color #D99A72: hue angle of 23.3º degrees, saturation: 0.58, 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 #D99A72 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 154 114 -
CMYK 0 0.29 0.47 0.15
HSL 23.3º 0.58% 0.65% -
HSV(B) 23.3º 0.47% 0.85% -
XYZ 43.21 39.08 21.19 -
YUV 168.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 217 154 114 0 0.29 0.47 0.15 23.3 0.58 0.65
Hex D9 9A 72 0 1D 2F F 17 3A 41
Octal 331 232 162 0 35 57 17 27 72 101
Binary 11011001 10011010 1110010 0 11101 101111 1111 10111 111010 1000001

Color Harmonies of #D99A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A72

Black with #D99A72

Text Example


Text Example

White with #D99A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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