Html Css Color HEX #D28A72 Feldspar

📋 copy color: '#D28A72'

red 210 ◦ green 138 ◦ blue 114

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

Shades of Feldspar #D28A72

Tints of Feldspar #D28A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.68%

R = 45.45%
G = 29.87%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D28A72 (or 0xD28A72) is known color: Feldspar. HEX triplet: D2, 8A and 72. RGB value is (210,138,114). Sum of RGB (Red+Green+Blue) = 210+138+114=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A72 is #2D758D. Grayscale: #9C9C9C. Windows color (decimal): -2979214 or 7506642. OLE color: 7506642.

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

Color convert

RGB 210 138 114 -
CMYK 0 0.34 0.46 0.18
HSL 15º 0.52% 0.64% -
HSV(B) 15º 0.46% 0.82% -
XYZ 38.7 33.09 20.27 -
YUV 156.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 210 138 114 0 0.34 0.46 0.18 15 0.52 0.64
Hex D2 8A 72 0 22 2E 12 F 34 40
Octal 322 212 162 0 42 56 22 17 64 100
Binary 11010010 10001010 1110010 0 100010 101110 10010 1111 110100 1000000

Color Harmonies of #D28A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28A72

Black with #D28A72

Text Example


Text Example

White with #D28A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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