Html Css Color HEX #D28E77 Feldspar

📋 copy color: '#D28E77'

red 210 ◦ green 142 ◦ blue 119

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

Shades of Feldspar #D28E77

Tints of Feldspar #D28E77

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.15%

 BLUE value IS 119 (46.88% from 255) = 25.27%

R = 44.59%
G = 30.15%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D28E77 (or 0xD28E77) is known color: Feldspar. HEX triplet: D2, 8E and 77. RGB value is (210,142,119). Sum of RGB (Red+Green+Blue) = 210+142+119=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28E77 is #2D7188. Grayscale: #9F9F9F. Windows color (decimal): -2978185 or 7835346. OLE color: 7835346.

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

Color convert

RGB 210 142 119 -
CMYK 0 0.32 0.43 0.18
HSL 15.16º 0.5% 0.65% -
HSV(B) 15.16º 0.43% 0.82% -
XYZ 39.58 34.38 22 -
YUV 159.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 210 142 119 0 0.32 0.43 0.18 15.16 0.5 0.65
Hex D2 8E 77 0 20 2B 12 F 32 41
Octal 322 216 167 0 40 53 22 17 62 101
Binary 11010010 10001110 1110111 0 100000 101011 10010 1111 110010 1000001

Color Harmonies of #D28E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28E77

Black with #D28E77

Text Example


Text Example

White with #D28E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28E77; }

 p { color: rgb(210,142,119); }

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

background-color css

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

 a { background-color: rgb(210,142,119); }

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

border-color css

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

 span { border-color: rgb(210,142,119); }

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