Html Css Color HEX #D99C72 Feldspar

📋 copy color: '#D99C72'

red 217 ◦ green 156 ◦ blue 114

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

Shades of Feldspar #D99C72

Tints of Feldspar #D99C72

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.03%

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

R = 44.56%
G = 32.03%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D99C72 (or 0xD99C72) is known color: Feldspar. HEX triplet: D9, 9C and 72. RGB value is (217,156,114). Sum of RGB (Red+Green+Blue) = 217+156+114=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C72 is #26638D. Grayscale: #A9A9A9. Windows color (decimal): -2515854 or 7511257. OLE color: 7511257.

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

Color convert

RGB 217 156 114 -
CMYK 0 0.28 0.47 0.15
HSL 24.47º 0.58% 0.65% -
HSV(B) 24.47º 0.47% 0.85% -
XYZ 43.54 39.74 21.3 -
YUV 169.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 217 156 114 0 0.28 0.47 0.15 24.47 0.58 0.65
Hex D9 9C 72 0 1C 2F F 18 3A 41
Octal 331 234 162 0 34 57 17 30 72 101
Binary 11011001 10011100 1110010 0 11100 101111 1111 11000 111010 1000001

Color Harmonies of #D99C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C72

Black with #D99C72

Text Example


Text Example

White with #D99C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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