Html Css Color HEX #DA9E92 Rose

📋 copy color: '#DA9E92'

red 218 ◦ green 158 ◦ blue 146

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

Shades of Rose #DA9E92

Tints of Rose #DA9E92

RGB

 RED value IS 218 (85.55% from 255) = 41.76%

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

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

R = 41.76%
G = 30.27%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA9E92 (or 0xDA9E92) is known color: Rose. HEX triplet: DA, 9E and 92. RGB value is (218,158,146). Sum of RGB (Red+Green+Blue) = 218+158+146=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9E92 is #25616D. Grayscale: #AEAEAE. Windows color (decimal): -2449774 or 9608922. OLE color: 9608922.

HSL color Cylindrical-coordinate representation of color #DA9E92: hue angle of 10º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA9E92 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 158 146 -
CMYK 0 0.28 0.33 0.15
HSL 10º 0.49% 0.71% -
HSV(B) 10º 0.33% 0.85% -
XYZ 46.33 41.43 32.75 -
YUV 174.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 218 158 146 0 0.28 0.33 0.15 10 0.49 0.71
Hex DA 9E 92 0 1C 21 F A 31 47
Octal 332 236 222 0 34 41 17 12 61 107
Binary 11011010 10011110 10010010 0 11100 100001 1111 1010 110001 1000111

Color Harmonies of #DA9E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E92

Black with #DA9E92

Text Example


Text Example

White with #DA9E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E92; }

 p { color: rgb(218,158,146); }

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

background-color css

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

 a { background-color: rgb(218,158,146); }

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

border-color css

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

 span { border-color: rgb(218,158,146); }

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