Html Css Color HEX #DB9770 Feldspar

📋 copy color: '#DB9770'

red 219 ◦ green 151 ◦ blue 112

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

Shades of Feldspar #DB9770

Tints of Feldspar #DB9770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.33%

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 45.44%
G = 31.33%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB9770 (or 0xDB9770) is known color: Feldspar. HEX triplet: DB, 97 and 70. RGB value is (219,151,112). Sum of RGB (Red+Green+Blue) = 219+151+112=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9770 is #24688F. Grayscale: #A7A7A7. Windows color (decimal): -2386064 or 7378907. OLE color: 7378907.

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

Color convert

RGB 219 151 112 -
CMYK 0 0.31 0.49 0.14
HSL 21.87º 0.6% 0.65% -
HSV(B) 21.87º 0.49% 0.86% -
XYZ 43.2 38.36 20.46 -
YUV 166.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 219 151 112 0 0.31 0.49 0.14 21.87 0.6 0.65
Hex DB 97 70 0 1F 31 E 16 3C 41
Octal 333 227 160 0 37 61 16 26 74 101
Binary 11011011 10010111 1110000 0 11111 110001 1110 10110 111100 1000001

Color Harmonies of #DB9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9770

Black with #DB9770

Text Example


Text Example

White with #DB9770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9770; }

 p { color: rgb(219,151,112); }

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

background-color css

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

 a { background-color: rgb(219,151,112); }

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

border-color css

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

 span { border-color: rgb(219,151,112); }

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