Html Css Color HEX #D28A70 Feldspar

📋 copy color: '#D28A70'

red 210 ◦ green 138 ◦ blue 112

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

Shades of Feldspar #D28A70

Tints of Feldspar #D28A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30%

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

R = 45.65%
G = 30%
B = 24.35%

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

#D28A70 (or 0xD28A70) is known color: Feldspar. HEX triplet: D2, 8A and 70. RGB value is (210,138,112). Sum of RGB (Red+Green+Blue) = 210+138+112=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A70 is #2D758F. Grayscale: #9C9C9C. Windows color (decimal): -2979216 or 7375570. OLE color: 7375570.

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

Color convert

RGB 210 138 112 -
CMYK 0 0.34 0.47 0.18
HSL 15.92º 0.52% 0.63% -
HSV(B) 15.92º 0.47% 0.82% -
XYZ 38.59 33.05 19.67 -
YUV 156.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 210 138 112 0 0.34 0.47 0.18 15.92 0.52 0.63
Hex D2 8A 70 0 22 2F 12 10 34 3F
Octal 322 212 160 0 42 57 22 20 64 77
Binary 11010010 10001010 1110000 0 100010 101111 10010 10000 110100 111111

Color Harmonies of #D28A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28A70

Black with #D28A70

Text Example


Text Example

White with #D28A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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