Html Css Color HEX #DB9A6E Feldspar

📋 copy color: '#DB9A6E'

red 219 ◦ green 154 ◦ blue 110

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

Shades of Feldspar #DB9A6E

Tints of Feldspar #DB9A6E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.88%

 BLUE value IS 110 (43.36% from 255) = 22.77%

R = 45.34%
G = 31.88%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB9A6E (or 0xDB9A6E) is known color: Feldspar. HEX triplet: DB, 9A and 6E. RGB value is (219,154,110). Sum of RGB (Red+Green+Blue) = 219+154+110=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A6E is #246591. Grayscale: #A8A8A8. Windows color (decimal): -2385298 or 7248603. OLE color: 7248603.

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

Color convert

RGB 219 154 110 -
CMYK 0 0.30 0.50 0.14
HSL 24.22º 0.6% 0.65% -
HSV(B) 24.22º 0.5% 0.86% -
XYZ 43.58 39.3 20.04 -
YUV 168.42 95.03 164.08 -
System Red Green Blue C M Y K H S L
Decimal 219 154 110 0 0.30 0.50 0.14 24.22 0.6 0.65
Hex DB 9A 6E 0 1E 32 E 18 3C 41
Octal 333 232 156 0 36 62 16 30 74 101
Binary 11011011 10011010 1101110 0 11110 110010 1110 11000 111100 1000001

Color Harmonies of #DB9A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A6E

Black with #DB9A6E

Text Example


Text Example

White with #DB9A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A6E; }

 p { color: rgb(219,154,110); }

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

background-color css

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

 a { background-color: rgb(219,154,110); }

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

border-color css

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

 span { border-color: rgb(219,154,110); }

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