Html Css Color HEX #DB996F Feldspar

📋 copy color: '#DB996F'

red 219 ◦ green 153 ◦ blue 111

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

Shades of Feldspar #DB996F

Tints of Feldspar #DB996F

RGB

 RED value IS 219 (85.94% from 255) = 45.34%

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

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

R = 45.34%
G = 31.68%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB996F (or 0xDB996F) is known color: Feldspar. HEX triplet: DB, 99 and 6F. RGB value is (219,153,111). Sum of RGB (Red+Green+Blue) = 219+153+111=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB996F is #246690. Grayscale: #A8A8A8. Windows color (decimal): -2385553 or 7313883. OLE color: 7313883.

HSL color Cylindrical-coordinate representation of color #DB996F: hue angle of 23.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB996F is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 153 111 -
CMYK 0 0.30 0.49 0.14
HSL 23.33º 0.6% 0.65% -
HSV(B) 23.33º 0.49% 0.86% -
XYZ 43.47 38.99 20.27 -
YUV 167.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 219 153 111 0 0.30 0.49 0.14 23.33 0.6 0.65
Hex DB 99 6F 0 1E 31 E 17 3C 41
Octal 333 231 157 0 36 61 16 27 74 101
Binary 11011011 10011001 1101111 0 11110 110001 1110 10111 111100 1000001

Color Harmonies of #DB996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB996F

Black with #DB996F

Text Example


Text Example

White with #DB996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB996F; }

 p { color: rgb(219,153,111); }

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

background-color css

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

 a { background-color: rgb(219,153,111); }

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

border-color css

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

 span { border-color: rgb(219,153,111); }

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