Html Css Color HEX #D28A6F Feldspar

📋 copy color: '#D28A6F'

red 210 ◦ green 138 ◦ blue 111

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

Shades of Feldspar #D28A6F

Tints of Feldspar #D28A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.18%

R = 45.75%
G = 30.07%
B = 24.18%

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

#D28A6F (or 0xD28A6F) is known color: Feldspar. HEX triplet: D2, 8A and 6F. RGB value is (210,138,111). Sum of RGB (Red+Green+Blue) = 210+138+111=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A6F is #2D7590. Grayscale: #9C9C9C. Windows color (decimal): -2979217 or 7310034. OLE color: 7310034.

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

Color convert

RGB 210 138 111 -
CMYK 0 0.34 0.47 0.18
HSL 16.36º 0.52% 0.63% -
HSV(B) 16.36º 0.47% 0.82% -
XYZ 38.54 33.03 19.38 -
YUV 156.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 210 138 111 0 0.34 0.47 0.18 16.36 0.52 0.63
Hex D2 8A 6F 0 22 2F 12 10 34 3F
Octal 322 212 157 0 42 57 22 20 64 77
Binary 11010010 10001010 1101111 0 100010 101111 10010 10000 110100 111111

Color Harmonies of #D28A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28A6F

Black with #D28A6F

Text Example


Text Example

White with #D28A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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