Html Css Color HEX #D28D71 Feldspar

📋 copy color: '#D28D71'

red 210 ◦ green 141 ◦ blue 113

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

Shades of Feldspar #D28D71

Tints of Feldspar #D28D71

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.39%

 BLUE value IS 113 (44.53% from 255) = 24.35%

R = 45.26%
G = 30.39%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D28D71 (or 0xD28D71) is known color: Feldspar. HEX triplet: D2, 8D and 71. RGB value is (210,141,113). Sum of RGB (Red+Green+Blue) = 210+141+113=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28D71 is #2D728E. Grayscale: #9E9E9E. Windows color (decimal): -2978447 or 7441874. OLE color: 7441874.

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

Color convert

RGB 210 141 113 -
CMYK 0 0.33 0.46 0.18
HSL 17.32º 0.52% 0.63% -
HSV(B) 17.32º 0.46% 0.82% -
XYZ 39.08 33.94 20.11 -
YUV 158.44 102.36 164.78 -
System Red Green Blue C M Y K H S L
Decimal 210 141 113 0 0.33 0.46 0.18 17.32 0.52 0.63
Hex D2 8D 71 0 21 2E 12 11 34 3F
Octal 322 215 161 0 41 56 22 21 64 77
Binary 11010010 10001101 1110001 0 100001 101110 10010 10001 110100 111111

Color Harmonies of #D28D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28D71

Black with #D28D71

Text Example


Text Example

White with #D28D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28D71; }

 p { color: rgb(210,141,113); }

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

background-color css

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

 a { background-color: rgb(210,141,113); }

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

border-color css

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

 span { border-color: rgb(210,141,113); }

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