Html Css Color HEX #D2896F Feldspar

📋 copy color: '#D2896F'

red 210 ◦ green 137 ◦ blue 111

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

Shades of Feldspar #D2896F

Tints of Feldspar #D2896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.91%

 BLUE value IS 111 (43.75% from 255) = 24.24%

R = 45.85%
G = 29.91%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2896F (or 0xD2896F) is known color: Feldspar. HEX triplet: D2, 89 and 6F. RGB value is (210,137,111). Sum of RGB (Red+Green+Blue) = 210+137+111=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D2896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2896F is #2D7690. Grayscale: #9C9C9C. Windows color (decimal): -2979473 or 7309778. OLE color: 7309778.

HSL color Cylindrical-coordinate representation of color #D2896F: hue angle of 15.76º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2896F is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 137 111 -
CMYK 0 0.35 0.47 0.18
HSL 15.76º 0.52% 0.63% -
HSV(B) 15.76º 0.47% 0.82% -
XYZ 38.39 32.74 19.33 -
YUV 155.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 210 137 111 0 0.35 0.47 0.18 15.76 0.52 0.63
Hex D2 89 6F 0 23 2F 12 10 34 3F
Octal 322 211 157 0 43 57 22 20 64 77
Binary 11010010 10001001 1101111 0 100011 101111 10010 10000 110100 111111

Color Harmonies of #D2896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2896F

Black with #D2896F

Text Example


Text Example

White with #D2896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2896F; }

 p { color: rgb(210,137,111); }

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

background-color css

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

 a { background-color: rgb(210,137,111); }

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

border-color css

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

 span { border-color: rgb(210,137,111); }

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