Html Css Color HEX #D4A49A Rose

📋 copy color: '#D4A49A'

red 212 ◦ green 164 ◦ blue 154

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

Shades of Rose #D4A49A

Tints of Rose #D4A49A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.94%

 BLUE value IS 154 (60.55% from 255) = 29.06%

R = 40%
G = 30.94%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4A49A (or 0xD4A49A) is known color: Rose. HEX triplet: D4, A4 and 9A. RGB value is (212,164,154). Sum of RGB (Red+Green+Blue) = 212+164+154=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A49A is #2B5B65. Grayscale: #B1B1B1. Windows color (decimal): -2841446 or 10134740. OLE color: 10134740.

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

Color convert

RGB 212 164 154 -
CMYK 0 0.23 0.27 0.17
HSL 10.34º 0.4% 0.72% -
HSV(B) 10.34º 0.27% 0.83% -
XYZ 46.26 42.88 36.41 -
YUV 177.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 212 164 154 0 0.23 0.27 0.17 10.34 0.4 0.72
Hex D4 A4 9A 0 17 1B 11 A 28 48
Octal 324 244 232 0 27 33 21 12 50 110
Binary 11010100 10100100 10011010 0 10111 11011 10001 1010 101000 1001000

Color Harmonies of #D4A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A49A

Black with #D4A49A

Text Example


Text Example

White with #D4A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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