Html Css Color HEX #DA987D Feldspar

📋 copy color: '#DA987D'

red 218 ◦ green 152 ◦ blue 125

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

Shades of Feldspar #DA987D

Tints of Feldspar #DA987D

RGB

 RED value IS 218 (85.55% from 255) = 44.04%

 GREEN value IS 152 (59.77% from 255) = 30.71%

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 44.04%
G = 30.71%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA987D (or 0xDA987D) is known color: Feldspar. HEX triplet: DA, 98 and 7D. RGB value is (218,152,125). Sum of RGB (Red+Green+Blue) = 218+152+125=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA987D is #256782. Grayscale: #A8A8A8. Windows color (decimal): -2451331 or 8231130. OLE color: 8231130.

HSL color Cylindrical-coordinate representation of color #DA987D: hue angle of 17.42º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA987D is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 152 125 -
CMYK 0 0.30 0.43 0.15
HSL 17.42º 0.56% 0.67% -
HSV(B) 17.42º 0.43% 0.85% -
XYZ 43.84 38.84 24.59 -
YUV 168.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 218 152 125 0 0.30 0.43 0.15 17.42 0.56 0.67
Hex DA 98 7D 0 1E 2B F 11 38 43
Octal 332 230 175 0 36 53 17 21 70 103
Binary 11011010 10011000 1111101 0 11110 101011 1111 10001 111000 1000011

Color Harmonies of #DA987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA987D

Black with #DA987D

Text Example


Text Example

White with #DA987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA987D; }

 p { color: rgb(218,152,125); }

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

background-color css

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

 a { background-color: rgb(218,152,125); }

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

border-color css

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

 span { border-color: rgb(218,152,125); }

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