Html Css Color HEX #DB967C Feldspar

📋 copy color: '#DB967C'

red 219 ◦ green 150 ◦ blue 124

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

Shades of Feldspar #DB967C

Tints of Feldspar #DB967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.43%

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

R = 44.42%
G = 30.43%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB967C (or 0xDB967C) is known color: Feldspar. HEX triplet: DB, 96 and 7C. RGB value is (219,150,124). Sum of RGB (Red+Green+Blue) = 219+150+124=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB967C is #246983. Grayscale: #A7A7A7. Windows color (decimal): -2386308 or 8165083. OLE color: 8165083.

HSL color Cylindrical-coordinate representation of color #DB967C: hue angle of 16.42º 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 #DB967C is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 150 124 -
CMYK 0 0.32 0.43 0.14
HSL 16.42º 0.57% 0.67% -
HSV(B) 16.42º 0.43% 0.86% -
XYZ 43.76 38.33 24.16 -
YUV 167.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 219 150 124 0 0.32 0.43 0.14 16.42 0.57 0.67
Hex DB 96 7C 0 20 2B E 10 39 43
Octal 333 226 174 0 40 53 16 20 71 103
Binary 11011011 10010110 1111100 0 100000 101011 1110 10000 111001 1000011

Color Harmonies of #DB967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB967C

Black with #DB967C

Text Example


Text Example

White with #DB967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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