Html Css Color HEX #D49A8B Rose

📋 copy color: '#D49A8B'

red 212 ◦ green 154 ◦ blue 139

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

Shades of Rose #D49A8B

Tints of Rose #D49A8B

RGB

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

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

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

R = 41.98%
G = 30.5%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D49A8B (or 0xD49A8B) is known color: Rose. HEX triplet: D4, 9A and 8B. RGB value is (212,154,139). Sum of RGB (Red+Green+Blue) = 212+154+139=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A8B is #2B6574. Grayscale: #A9A9A9. Windows color (decimal): -2844021 or 9149140. OLE color: 9149140.

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

Color convert

RGB 212 154 139 -
CMYK 0 0.27 0.34 0.17
HSL 12.33º 0.46% 0.69% -
HSV(B) 12.33º 0.34% 0.83% -
XYZ 43.37 38.97 29.66 -
YUV 169.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 212 154 139 0 0.27 0.34 0.17 12.33 0.46 0.69
Hex D4 9A 8B 0 1B 22 11 C 2E 45
Octal 324 232 213 0 33 42 21 14 56 105
Binary 11010100 10011010 10001011 0 11011 100010 10001 1100 101110 1000101

Color Harmonies of #D49A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49A8B

Black with #D49A8B

Text Example


Text Example

White with #D49A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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