Html Css Color HEX #D9927B Feldspar

📋 copy color: '#D9927B'

red 217 ◦ green 146 ◦ blue 123

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

Shades of Feldspar #D9927B

Tints of Feldspar #D9927B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.04%

 BLUE value IS 123 (48.44% from 255) = 25.31%

R = 44.65%
G = 30.04%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9927B (or 0xD9927B) is known color: Feldspar. HEX triplet: D9, 92 and 7B. RGB value is (217,146,123). Sum of RGB (Red+Green+Blue) = 217+146+123=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D9927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9927B is #266D84. Grayscale: #A4A4A4. Windows color (decimal): -2518405 or 8098521. OLE color: 8098521.

HSL color Cylindrical-coordinate representation of color #D9927B: hue angle of 14.68º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9927B is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 146 123 -
CMYK 0 0.33 0.43 0.15
HSL 14.68º 0.55% 0.67% -
HSV(B) 14.68º 0.43% 0.85% -
XYZ 42.47 36.74 23.59 -
YUV 164.61 104.52 165.37 -
System Red Green Blue C M Y K H S L
Decimal 217 146 123 0 0.33 0.43 0.15 14.68 0.55 0.67
Hex D9 92 7B 0 21 2B F F 37 43
Octal 331 222 173 0 41 53 17 17 67 103
Binary 11011001 10010010 1111011 0 100001 101011 1111 1111 110111 1000011

Color Harmonies of #D9927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9927B

Black with #D9927B

Text Example


Text Example

White with #D9927B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9927B; }

 p { color: rgb(217,146,123); }

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

background-color css

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

 a { background-color: rgb(217,146,123); }

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

border-color css

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

 span { border-color: rgb(217,146,123); }

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