Html Css Color HEX #DA9E8D Rose

📋 copy color: '#DA9E8D'

red 218 ◦ green 158 ◦ blue 141

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

Shades of Rose #DA9E8D

Tints of Rose #DA9E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.27%

R = 42.17%
G = 30.56%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA9E8D (or 0xDA9E8D) is known color: Rose. HEX triplet: DA, 9E and 8D. RGB value is (218,158,141). Sum of RGB (Red+Green+Blue) = 218+158+141=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9E8D is #256172. Grayscale: #AEAEAE. Windows color (decimal): -2449779 or 9281242. OLE color: 9281242.

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

Color convert

RGB 218 158 141 -
CMYK 0 0.28 0.35 0.15
HSL 13.25º 0.51% 0.7% -
HSV(B) 13.25º 0.35% 0.85% -
XYZ 45.95 41.28 30.75 -
YUV 174 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 218 158 141 0 0.28 0.35 0.15 13.25 0.51 0.7
Hex DA 9E 8D 0 1C 23 F D 33 46
Octal 332 236 215 0 34 43 17 15 63 106
Binary 11011010 10011110 10001101 0 11100 100011 1111 1101 110011 1000110

Color Harmonies of #DA9E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E8D

Black with #DA9E8D

Text Example


Text Example

White with #DA9E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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