Html Css Color HEX #D2987B Feldspar

📋 copy color: '#D2987B'

red 210 ◦ green 152 ◦ blue 123

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

Shades of Feldspar #D2987B

Tints of Feldspar #D2987B

RGB

 RED value IS 210 (82.42% from 255) = 43.3%

 GREEN value IS 152 (59.77% from 255) = 31.34%

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

R = 43.3%
G = 31.34%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2987B (or 0xD2987B) is known color: Feldspar. HEX triplet: D2, 98 and 7B. RGB value is (210,152,123). Sum of RGB (Red+Green+Blue) = 210+152+123=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D2987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2987B is #2D6784. Grayscale: #A6A6A6. Windows color (decimal): -2975621 or 8100050. OLE color: 8100050.

HSL color Cylindrical-coordinate representation of color #D2987B: hue angle of 20º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2987B is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 152 123 -
CMYK 0 0.28 0.41 0.18
HSL 20º 0.49% 0.65% -
HSV(B) 20º 0.41% 0.82% -
XYZ 41.38 37.59 23.81 -
YUV 166.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 210 152 123 0 0.28 0.41 0.18 20 0.49 0.65
Hex D2 98 7B 0 1C 29 12 14 31 41
Octal 322 230 173 0 34 51 22 24 61 101
Binary 11010010 10011000 1111011 0 11100 101001 10010 10100 110001 1000001

Color Harmonies of #D2987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2987B

Black with #D2987B

Text Example


Text Example

White with #D2987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2987B; }

 p { color: rgb(210,152,123); }

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

background-color css

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

 a { background-color: rgb(210,152,123); }

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

border-color css

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

 span { border-color: rgb(210,152,123); }

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