Html Css Color HEX #DB9E8C Rose

📋 copy color: '#DB9E8C'

red 219 ◦ green 158 ◦ blue 140

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

Shades of Rose #DB9E8C

Tints of Rose #DB9E8C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.56%

 BLUE value IS 140 (55.08% from 255) = 27.08%

R = 42.36%
G = 30.56%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB9E8C (or 0xDB9E8C) is known color: Rose. HEX triplet: DB, 9E and 8C. RGB value is (219,158,140). Sum of RGB (Red+Green+Blue) = 219+158+140=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E8C is #246173. Grayscale: #AEAEAE. Windows color (decimal): -2384244 or 9215707. OLE color: 9215707.

HSL color Cylindrical-coordinate representation of color #DB9E8C: hue angle of 13.67º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB9E8C is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 158 140 -
CMYK 0 0.28 0.36 0.14
HSL 13.67º 0.52% 0.7% -
HSV(B) 13.67º 0.36% 0.86% -
XYZ 46.17 41.41 30.37 -
YUV 174.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 219 158 140 0 0.28 0.36 0.14 13.67 0.52 0.7
Hex DB 9E 8C 0 1C 24 E E 34 46
Octal 333 236 214 0 34 44 16 16 64 106
Binary 11011011 10011110 10001100 0 11100 100100 1110 1110 110100 1000110

Color Harmonies of #DB9E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E8C

Black with #DB9E8C

Text Example


Text Example

White with #DB9E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E8C; }

 p { color: rgb(219,158,140); }

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

background-color css

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

 a { background-color: rgb(219,158,140); }

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

border-color css

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

 span { border-color: rgb(219,158,140); }

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