Html Css Color HEX #DB9872 Feldspar

📋 copy color: '#DB9872'

red 219 ◦ green 152 ◦ blue 114

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

Shades of Feldspar #DB9872

Tints of Feldspar #DB9872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.51%

R = 45.15%
G = 31.34%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB9872 (or 0xDB9872) is known color: Feldspar. HEX triplet: DB, 98 and 72. RGB value is (219,152,114). Sum of RGB (Red+Green+Blue) = 219+152+114=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9872 is #24678D. Grayscale: #A7A7A7. Windows color (decimal): -2385806 or 7510235. OLE color: 7510235.

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

Color convert

RGB 219 152 114 -
CMYK 0 0.31 0.48 0.14
HSL 21.71º 0.59% 0.65% -
HSV(B) 21.71º 0.48% 0.86% -
XYZ 43.48 38.73 21.1 -
YUV 167.7 97.7 164.59 -
System Red Green Blue C M Y K H S L
Decimal 219 152 114 0 0.31 0.48 0.14 21.71 0.59 0.65
Hex DB 98 72 0 1F 30 E 16 3B 41
Octal 333 230 162 0 37 60 16 26 73 101
Binary 11011011 10011000 1110010 0 11111 110000 1110 10110 111011 1000001

Color Harmonies of #DB9872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9872

Black with #DB9872

Text Example


Text Example

White with #DB9872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9872; }

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

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

background-color css

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

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

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

border-color css

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

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

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