Html Css Color HEX #D28971 Feldspar

📋 copy color: '#D28971'

red 210 ◦ green 137 ◦ blue 113

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

Shades of Feldspar #D28971

Tints of Feldspar #D28971

RGB

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

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

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

R = 45.65%
G = 29.78%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D28971 (or 0xD28971) is known color: Feldspar. HEX triplet: D2, 89 and 71. RGB value is (210,137,113). Sum of RGB (Red+Green+Blue) = 210+137+113=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D28971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28971 is #2D768E. Grayscale: #9C9C9C. Windows color (decimal): -2979471 or 7440850. OLE color: 7440850.

HSL color Cylindrical-coordinate representation of color #D28971: hue angle of 14.85º 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 #D28971 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 137 113 -
CMYK 0 0.35 0.46 0.18
HSL 14.85º 0.52% 0.63% -
HSV(B) 14.85º 0.46% 0.82% -
XYZ 38.5 32.79 19.92 -
YUV 156.09 103.68 166.45 -
System Red Green Blue C M Y K H S L
Decimal 210 137 113 0 0.35 0.46 0.18 14.85 0.52 0.63
Hex D2 89 71 0 23 2E 12 F 34 3F
Octal 322 211 161 0 43 56 22 17 64 77
Binary 11010010 10001001 1110001 0 100011 101110 10010 1111 110100 111111

Color Harmonies of #D28971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28971

Black with #D28971

Text Example


Text Example

White with #D28971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28971; }

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

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

background-color css

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

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

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

border-color css

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

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

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