Html Css Color HEX #DA987B Feldspar

📋 copy color: '#DA987B'

red 218 ◦ green 152 ◦ blue 123

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

Shades of Feldspar #DA987B

Tints of Feldspar #DA987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.95%

R = 44.22%
G = 30.83%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA987B (or 0xDA987B) is known color: Feldspar. HEX triplet: DA, 98 and 7B. RGB value is (218,152,123). Sum of RGB (Red+Green+Blue) = 218+152+123=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA987B is #256784. Grayscale: #A8A8A8. Windows color (decimal): -2451333 or 8100058. OLE color: 8100058.

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

Color convert

RGB 218 152 123 -
CMYK 0 0.30 0.44 0.15
HSL 18.32º 0.56% 0.67% -
HSV(B) 18.32º 0.44% 0.85% -
XYZ 43.72 38.79 23.92 -
YUV 168.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 218 152 123 0 0.30 0.44 0.15 18.32 0.56 0.67
Hex DA 98 7B 0 1E 2C F 12 38 43
Octal 332 230 173 0 36 54 17 22 70 103
Binary 11011010 10011000 1111011 0 11110 101100 1111 10010 111000 1000011

Color Harmonies of #DA987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA987B

Black with #DA987B

Text Example


Text Example

White with #DA987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA987B; }

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

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

background-color css

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

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

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

border-color css

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

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

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