Html Css Color HEX #D99A74 Feldspar

📋 copy color: '#D99A74'

red 217 ◦ green 154 ◦ blue 116

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

Shades of Feldspar #D99A74

Tints of Feldspar #D99A74

RGB

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

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

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

R = 44.56%
G = 31.62%
B = 23.82%

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

#D99A74 (or 0xD99A74) is known color: Feldspar. HEX triplet: D9, 9A and 74. RGB value is (217,154,116). Sum of RGB (Red+Green+Blue) = 217+154+116=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A74 is #26658B. Grayscale: #A8A8A8. Windows color (decimal): -2516364 or 7641817. OLE color: 7641817.

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

Color convert

RGB 217 154 116 -
CMYK 0 0.29 0.47 0.15
HSL 22.57º 0.57% 0.65% -
HSV(B) 22.57º 0.47% 0.85% -
XYZ 43.32 39.12 21.79 -
YUV 168.51 98.37 162.59 -
System Red Green Blue C M Y K H S L
Decimal 217 154 116 0 0.29 0.47 0.15 22.57 0.57 0.65
Hex D9 9A 74 0 1D 2F F 17 39 41
Octal 331 232 164 0 35 57 17 27 71 101
Binary 11011001 10011010 1110100 0 11101 101111 1111 10111 111001 1000001

Color Harmonies of #D99A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A74

Black with #D99A74

Text Example


Text Example

White with #D99A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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