Html Css Color HEX #DB9874 Feldspar

📋 copy color: '#DB9874'

red 219 ◦ green 152 ◦ blue 116

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

Shades of Feldspar #DB9874

Tints of Feldspar #DB9874

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.21%

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

R = 44.97%
G = 31.21%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB9874 (or 0xDB9874) is known color: Feldspar. HEX triplet: DB, 98 and 74. RGB value is (219,152,116). Sum of RGB (Red+Green+Blue) = 219+152+116=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9874 is #24678B. Grayscale: #A8A8A8. Windows color (decimal): -2385804 or 7641307. OLE color: 7641307.

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

Color convert

RGB 219 152 116 -
CMYK 0 0.31 0.47 0.14
HSL 20.97º 0.59% 0.66% -
HSV(B) 20.97º 0.47% 0.86% -
XYZ 43.59 38.78 21.71 -
YUV 167.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 219 152 116 0 0.31 0.47 0.14 20.97 0.59 0.66
Hex DB 98 74 0 1F 2F E 15 3B 42
Octal 333 230 164 0 37 57 16 25 73 102
Binary 11011011 10011000 1110100 0 11111 101111 1110 10101 111011 1000010

Color Harmonies of #DB9874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9874

Black with #DB9874

Text Example


Text Example

White with #DB9874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9874; }

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

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

background-color css

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

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

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

border-color css

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

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

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