Html Css Color HEX #DA997B Feldspar

📋 copy color: '#DA997B'

red 218 ◦ green 153 ◦ blue 123

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

Shades of Feldspar #DA997B

Tints of Feldspar #DA997B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.97%

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

R = 44.13%
G = 30.97%
B = 24.9%

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

#DA997B (or 0xDA997B) is known color: Feldspar. HEX triplet: DA, 99 and 7B. RGB value is (218,153,123). Sum of RGB (Red+Green+Blue) = 218+153+123=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA997B is #256684. Grayscale: #A9A9A9. Windows color (decimal): -2451077 or 8100314. OLE color: 8100314.

HSL color Cylindrical-coordinate representation of color #DA997B: hue angle of 18.95º 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 #DA997B is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 153 123 -
CMYK 0 0.30 0.44 0.15
HSL 18.95º 0.56% 0.67% -
HSV(B) 18.95º 0.44% 0.85% -
XYZ 43.88 39.12 23.98 -
YUV 169.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 218 153 123 0 0.30 0.44 0.15 18.95 0.56 0.67
Hex DA 99 7B 0 1E 2C F 13 38 43
Octal 332 231 173 0 36 54 17 23 70 103
Binary 11011010 10011001 1111011 0 11110 101100 1111 10011 111000 1000011

Color Harmonies of #DA997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA997B

Black with #DA997B

Text Example


Text Example

White with #DA997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA997B; }

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

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

background-color css

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

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

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

border-color css

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

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

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