Html Css Color HEX #DB9A6D Feldspar

📋 copy color: '#DB9A6D'

red 219 ◦ green 154 ◦ blue 109

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

Shades of Feldspar #DB9A6D

Tints of Feldspar #DB9A6D

RGB

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

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

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

R = 45.44%
G = 31.95%
B = 22.61%

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

#DB9A6D (or 0xDB9A6D) is known color: Feldspar. HEX triplet: DB, 9A and 6D. RGB value is (219,154,109). Sum of RGB (Red+Green+Blue) = 219+154+109=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A6D is #246592. Grayscale: #A8A8A8. Windows color (decimal): -2385299 or 7183067. OLE color: 7183067.

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

Color convert

RGB 219 154 109 -
CMYK 0 0.30 0.50 0.14
HSL 24.55º 0.6% 0.64% -
HSV(B) 24.55º 0.5% 0.86% -
XYZ 43.53 39.28 19.75 -
YUV 168.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 219 154 109 0 0.30 0.50 0.14 24.55 0.6 0.64
Hex DB 9A 6D 0 1E 32 E 19 3C 40
Octal 333 232 155 0 36 62 16 31 74 100
Binary 11011011 10011010 1101101 0 11110 110010 1110 11001 111100 1000000

Color Harmonies of #DB9A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A6D

Black with #DB9A6D

Text Example


Text Example

White with #DB9A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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