Html Css Color HEX #DA9E8C Rose

📋 copy color: '#DA9E8C'

red 218 ◦ green 158 ◦ blue 140

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

Shades of Rose #DA9E8C

Tints of Rose #DA9E8C

RGB

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

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

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

R = 42.25%
G = 30.62%
B = 27.13%

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

#DA9E8C (or 0xDA9E8C) is known color: Rose. HEX triplet: DA, 9E and 8C. RGB value is (218,158,140). Sum of RGB (Red+Green+Blue) = 218+158+140=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9E8C is #256173. Grayscale: #AEAEAE. Windows color (decimal): -2449780 or 9215706. OLE color: 9215706.

HSL color Cylindrical-coordinate representation of color #DA9E8C: hue angle of 13.85º degrees, saturation: 0.51, 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 #DA9E8C is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 158 140 -
CMYK 0 0.28 0.36 0.15
HSL 13.85º 0.51% 0.7% -
HSV(B) 13.85º 0.36% 0.85% -
XYZ 45.87 41.25 30.36 -
YUV 173.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 218 158 140 0 0.28 0.36 0.15 13.85 0.51 0.7
Hex DA 9E 8C 0 1C 24 F E 33 46
Octal 332 236 214 0 34 44 17 16 63 106
Binary 11011010 10011110 10001100 0 11100 100100 1111 1110 110011 1000110

Color Harmonies of #DA9E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E8C

Black with #DA9E8C

Text Example


Text Example

White with #DA9E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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