Html Css Color HEX #DB9A7A Feldspar

📋 copy color: '#DB9A7A'

red 219 ◦ green 154 ◦ blue 122

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

Shades of Feldspar #DB9A7A

Tints of Feldspar #DB9A7A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.11%

 BLUE value IS 122 (48.05% from 255) = 24.65%

R = 44.24%
G = 31.11%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB9A7A (or 0xDB9A7A) is known color: Feldspar. HEX triplet: DB, 9A and 7A. RGB value is (219,154,122). Sum of RGB (Red+Green+Blue) = 219+154+122=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A7A is #246585. Grayscale: #A9A9A9. Windows color (decimal): -2385286 or 8035035. OLE color: 8035035.

HSL color Cylindrical-coordinate representation of color #DB9A7A: hue angle of 19.79º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB9A7A is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 154 122 -
CMYK 0 0.30 0.44 0.14
HSL 19.79º 0.57% 0.67% -
HSV(B) 19.79º 0.44% 0.86% -
XYZ 44.28 39.58 23.72 -
YUV 169.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 219 154 122 0 0.30 0.44 0.14 19.79 0.57 0.67
Hex DB 9A 7A 0 1E 2C E 14 39 43
Octal 333 232 172 0 36 54 16 24 71 103
Binary 11011011 10011010 1111010 0 11110 101100 1110 10100 111001 1000011

Color Harmonies of #DB9A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A7A

Black with #DB9A7A

Text Example


Text Example

White with #DB9A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A7A; }

 p { color: rgb(219,154,122); }

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

background-color css

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

 a { background-color: rgb(219,154,122); }

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

border-color css

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

 span { border-color: rgb(219,154,122); }

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