Html Css Color HEX #DA996D Feldspar

📋 copy color: '#DA996D'

red 218 ◦ green 153 ◦ blue 109

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

Shades of Feldspar #DA996D

Tints of Feldspar #DA996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.71%

R = 45.42%
G = 31.88%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA996D (or 0xDA996D) is known color: Feldspar. HEX triplet: DA, 99 and 6D. RGB value is (218,153,109). Sum of RGB (Red+Green+Blue) = 218+153+109=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA996D is #256692. Grayscale: #A7A7A7. Windows color (decimal): -2451091 or 7182810. OLE color: 7182810.

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

Color convert

RGB 218 153 109 -
CMYK 0 0.30 0.5 0.15
HSL 24.22º 0.6% 0.64% -
HSV(B) 24.22º 0.5% 0.85% -
XYZ 43.06 38.79 19.69 -
YUV 167.42 95.03 164.08 -
System Red Green Blue C M Y K H S L
Decimal 218 153 109 0 0.30 0.5 0.15 24.22 0.6 0.64
Hex DA 99 6D 0 1E 32 F 18 3C 40
Octal 332 231 155 0 36 62 17 30 74 100
Binary 11011010 10011001 1101101 0 11110 110010 1111 11000 111100 1000000

Color Harmonies of #DA996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA996D

Black with #DA996D

Text Example


Text Example

White with #DA996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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