Html Css Color HEX #DB9A7C Feldspar

📋 copy color: '#DB9A7C'

red 219 ◦ green 154 ◦ blue 124

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

Shades of Feldspar #DB9A7C

Tints of Feldspar #DB9A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.95%

R = 44.06%
G = 30.99%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB9A7C (or 0xDB9A7C) is known color: Feldspar. HEX triplet: DB, 9A and 7C. RGB value is (219,154,124). Sum of RGB (Red+Green+Blue) = 219+154+124=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A7C is #246583. Grayscale: #AAAAAA. Windows color (decimal): -2385284 or 8166107. OLE color: 8166107.

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

Color convert

RGB 219 154 124 -
CMYK 0 0.30 0.43 0.14
HSL 18.95º 0.57% 0.67% -
HSV(B) 18.95º 0.43% 0.86% -
XYZ 44.41 39.63 24.38 -
YUV 170.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 219 154 124 0 0.30 0.43 0.14 18.95 0.57 0.67
Hex DB 9A 7C 0 1E 2B E 13 39 43
Octal 333 232 174 0 36 53 16 23 71 103
Binary 11011011 10011010 1111100 0 11110 101011 1110 10011 111001 1000011

Color Harmonies of #DB9A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A7C

Black with #DB9A7C

Text Example


Text Example

White with #DB9A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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