Html Css Color HEX #D49A89 Rose

📋 copy color: '#D49A89'

red 212 ◦ green 154 ◦ blue 137

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

Shades of Rose #D49A89

Tints of Rose #D49A89

RGB

 RED value IS 212 (83.2% from 255) = 42.15%

 GREEN value IS 154 (60.55% from 255) = 30.62%

 BLUE value IS 137 (53.91% from 255) = 27.24%

R = 42.15%
G = 30.62%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D49A89 (or 0xD49A89) is known color: Rose. HEX triplet: D4, 9A and 89. RGB value is (212,154,137). Sum of RGB (Red+Green+Blue) = 212+154+137=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A89 is #2B6576. Grayscale: #A9A9A9. Windows color (decimal): -2844023 or 9018068. OLE color: 9018068.

HSL color Cylindrical-coordinate representation of color #D49A89: hue angle of 13.6º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D49A89 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 154 137 -
CMYK 0 0.27 0.35 0.17
HSL 13.6º 0.47% 0.68% -
HSV(B) 13.6º 0.35% 0.83% -
XYZ 43.22 38.91 28.9 -
YUV 169.4 109.72 158.38 -
System Red Green Blue C M Y K H S L
Decimal 212 154 137 0 0.27 0.35 0.17 13.6 0.47 0.68
Hex D4 9A 89 0 1B 23 11 E 2F 44
Octal 324 232 211 0 33 43 21 16 57 104
Binary 11010100 10011010 10001001 0 11011 100011 10001 1110 101111 1000100

Color Harmonies of #D49A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49A89

Black with #D49A89

Text Example


Text Example

White with #D49A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49A89; }

 p { color: rgb(212,154,137); }

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

background-color css

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

 a { background-color: rgb(212,154,137); }

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

border-color css

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

 span { border-color: rgb(212,154,137); }

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