Html Css Color HEX #D9907A Feldspar

📋 copy color: '#D9907A'

red 217 ◦ green 144 ◦ blue 122

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

Shades of Feldspar #D9907A

Tints of Feldspar #D9907A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.81%

 BLUE value IS 122 (48.05% from 255) = 25.26%

R = 44.93%
G = 29.81%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9907A (or 0xD9907A) is known color: Feldspar. HEX triplet: D9, 90 and 7A. RGB value is (217,144,122). Sum of RGB (Red+Green+Blue) = 217+144+122=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D9907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9907A is #266F85. Grayscale: #A3A3A3. Windows color (decimal): -2518918 or 8032473. OLE color: 8032473.

HSL color Cylindrical-coordinate representation of color #D9907A: hue angle of 13.89º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9907A is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 144 122 -
CMYK 0 0.34 0.44 0.15
HSL 13.89º 0.56% 0.66% -
HSV(B) 13.89º 0.44% 0.85% -
XYZ 42.1 36.1 23.16 -
YUV 163.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 217 144 122 0 0.34 0.44 0.15 13.89 0.56 0.66
Hex D9 90 7A 0 22 2C F E 38 42
Octal 331 220 172 0 42 54 17 16 70 102
Binary 11011001 10010000 1111010 0 100010 101100 1111 1110 111000 1000010

Color Harmonies of #D9907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9907A

Black with #D9907A

Text Example


Text Example

White with #D9907A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9907A; }

 p { color: rgb(217,144,122); }

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

background-color css

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

 a { background-color: rgb(217,144,122); }

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

border-color css

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

 span { border-color: rgb(217,144,122); }

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