Html Css Color HEX #DB9674 Feldspar

📋 copy color: '#DB9674'

red 219 ◦ green 150 ◦ blue 116

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

Shades of Feldspar #DB9674

Tints of Feldspar #DB9674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.92%

R = 45.15%
G = 30.93%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB9674 (or 0xDB9674) is known color: Feldspar. HEX triplet: DB, 96 and 74. RGB value is (219,150,116). Sum of RGB (Red+Green+Blue) = 219+150+116=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9674 is #24698B. Grayscale: #A6A6A6. Windows color (decimal): -2386316 or 7640795. OLE color: 7640795.

HSL color Cylindrical-coordinate representation of color #DB9674: hue angle of 19.81º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB9674 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 150 116 -
CMYK 0 0.32 0.47 0.14
HSL 19.81º 0.59% 0.66% -
HSV(B) 19.81º 0.47% 0.86% -
XYZ 43.27 38.13 21.6 -
YUV 166.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 219 150 116 0 0.32 0.47 0.14 19.81 0.59 0.66
Hex DB 96 74 0 20 2F E 14 3B 42
Octal 333 226 164 0 40 57 16 24 73 102
Binary 11011011 10010110 1110100 0 100000 101111 1110 10100 111011 1000010

Color Harmonies of #DB9674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9674

Black with #DB9674

Text Example


Text Example

White with #DB9674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9674; }

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

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

background-color css

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

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

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

border-color css

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

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

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