Html Css Color HEX #DA9E8B Rose

📋 copy color: '#DA9E8B'

red 218 ◦ green 158 ◦ blue 139

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

Shades of Rose #DA9E8B

Tints of Rose #DA9E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.99%

R = 42.33%
G = 30.68%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA9E8B (or 0xDA9E8B) is known color: Rose. HEX triplet: DA, 9E and 8B. RGB value is (218,158,139). Sum of RGB (Red+Green+Blue) = 218+158+139=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9E8B is #256174. Grayscale: #ADADAD. Windows color (decimal): -2449781 or 9150170. OLE color: 9150170.

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

Color convert

RGB 218 158 139 -
CMYK 0 0.28 0.36 0.15
HSL 14.43º 0.52% 0.7% -
HSV(B) 14.43º 0.36% 0.85% -
XYZ 45.8 41.22 29.97 -
YUV 173.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 218 158 139 0 0.28 0.36 0.15 14.43 0.52 0.7
Hex DA 9E 8B 0 1C 24 F E 34 46
Octal 332 236 213 0 34 44 17 16 64 106
Binary 11011010 10011110 10001011 0 11100 100100 1111 1110 110100 1000110

Color Harmonies of #DA9E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E8B

Black with #DA9E8B

Text Example


Text Example

White with #DA9E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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