Html Css Color HEX #DB9F92 Rose

📋 copy color: '#DB9F92'

red 219 ◦ green 159 ◦ blue 146

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

Shades of Rose #DB9F92

Tints of Rose #DB9F92

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.34%

 BLUE value IS 146 (57.42% from 255) = 27.86%

R = 41.79%
G = 30.34%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB9F92 (or 0xDB9F92) is known color: Rose. HEX triplet: DB, 9F and 92. RGB value is (219,159,146). Sum of RGB (Red+Green+Blue) = 219+159+146=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F92 is #24606D. Grayscale: #AFAFAF. Windows color (decimal): -2383982 or 9609179. OLE color: 9609179.

HSL color Cylindrical-coordinate representation of color #DB9F92: hue angle of 10.68º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9F92 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 159 146 -
CMYK 0 0.27 0.33 0.14
HSL 10.68º 0.5% 0.72% -
HSV(B) 10.68º 0.33% 0.86% -
XYZ 46.8 41.93 32.82 -
YUV 175.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 219 159 146 0 0.27 0.33 0.14 10.68 0.5 0.72
Hex DB 9F 92 0 1B 21 E B 32 48
Octal 333 237 222 0 33 41 16 13 62 110
Binary 11011011 10011111 10010010 0 11011 100001 1110 1011 110010 1001000

Color Harmonies of #DB9F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F92

Black with #DB9F92

Text Example


Text Example

White with #DB9F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F92; }

 p { color: rgb(219,159,146); }

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

background-color css

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

 a { background-color: rgb(219,159,146); }

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

border-color css

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

 span { border-color: rgb(219,159,146); }

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