Html Css Color HEX #D99C74 Feldspar

📋 copy color: '#D99C74'

red 217 ◦ green 156 ◦ blue 116

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

Shades of Feldspar #D99C74

Tints of Feldspar #D99C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.72%

R = 44.38%
G = 31.9%
B = 23.72%

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

#D99C74 (or 0xD99C74) is known color: Feldspar. HEX triplet: D9, 9C and 74. RGB value is (217,156,116). Sum of RGB (Red+Green+Blue) = 217+156+116=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C74 is #26638B. Grayscale: #A9A9A9. Windows color (decimal): -2515852 or 7642329. OLE color: 7642329.

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

Color convert

RGB 217 156 116 -
CMYK 0 0.28 0.47 0.15
HSL 23.76º 0.57% 0.65% -
HSV(B) 23.76º 0.47% 0.85% -
XYZ 43.66 39.79 21.9 -
YUV 169.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 217 156 116 0 0.28 0.47 0.15 23.76 0.57 0.65
Hex D9 9C 74 0 1C 2F F 18 39 41
Octal 331 234 164 0 34 57 17 30 71 101
Binary 11011001 10011100 1110100 0 11100 101111 1111 11000 111001 1000001

Color Harmonies of #D99C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C74

Black with #D99C74

Text Example


Text Example

White with #D99C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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