Html Css Color HEX #D28B70 Feldspar

📋 copy color: '#D28B70'

red 210 ◦ green 139 ◦ blue 112

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

Shades of Feldspar #D28B70

Tints of Feldspar #D28B70

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.15%

 BLUE value IS 112 (44.14% from 255) = 24.3%

R = 45.55%
G = 30.15%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D28B70 (or 0xD28B70) is known color: Feldspar. HEX triplet: D2, 8B and 70. RGB value is (210,139,112). Sum of RGB (Red+Green+Blue) = 210+139+112=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28B70 is #2D748F. Grayscale: #9D9D9D. Windows color (decimal): -2978960 or 7375826. OLE color: 7375826.

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

Color convert

RGB 210 139 112 -
CMYK 0 0.34 0.47 0.18
HSL 16.53º 0.52% 0.63% -
HSV(B) 16.53º 0.47% 0.82% -
XYZ 38.74 33.34 19.72 -
YUV 157.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 210 139 112 0 0.34 0.47 0.18 16.53 0.52 0.63
Hex D2 8B 70 0 22 2F 12 11 34 3F
Octal 322 213 160 0 42 57 22 21 64 77
Binary 11010010 10001011 1110000 0 100010 101111 10010 10001 110100 111111

Color Harmonies of #D28B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28B70

Black with #D28B70

Text Example


Text Example

White with #D28B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28B70; }

 p { color: rgb(210,139,112); }

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

background-color css

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

 a { background-color: rgb(210,139,112); }

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

border-color css

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

 span { border-color: rgb(210,139,112); }

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