Html Css Color HEX #DB9C71 Feldspar

📋 copy color: '#DB9C71'

red 219 ◦ green 156 ◦ blue 113

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

Shades of Feldspar #DB9C71

Tints of Feldspar #DB9C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.97%

 BLUE value IS 113 (44.53% from 255) = 23.16%

R = 44.88%
G = 31.97%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB9C71 (or 0xDB9C71) is known color: Feldspar. HEX triplet: DB, 9C and 71. RGB value is (219,156,113). Sum of RGB (Red+Green+Blue) = 219+156+113=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C71 is #24638E. Grayscale: #AAAAAA. Windows color (decimal): -2384783 or 7445723. OLE color: 7445723.

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

Color convert

RGB 219 156 113 -
CMYK 0 0.29 0.48 0.14
HSL 24.34º 0.6% 0.65% -
HSV(B) 24.34º 0.48% 0.86% -
XYZ 44.08 40.03 21.03 -
YUV 169.94 95.87 163 -
System Red Green Blue C M Y K H S L
Decimal 219 156 113 0 0.29 0.48 0.14 24.34 0.6 0.65
Hex DB 9C 71 0 1D 30 E 18 3C 41
Octal 333 234 161 0 35 60 16 30 74 101
Binary 11011011 10011100 1110001 0 11101 110000 1110 11000 111100 1000001

Color Harmonies of #DB9C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C71

Black with #DB9C71

Text Example


Text Example

White with #DB9C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C71; }

 p { color: rgb(219,156,113); }

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

background-color css

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

 a { background-color: rgb(219,156,113); }

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

border-color css

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

 span { border-color: rgb(219,156,113); }

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