Html Css Color HEX #D4A890 Rose

📋 copy color: '#D4A890'

red 212 ◦ green 168 ◦ blue 144

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

Shades of Rose #D4A890

Tints of Rose #D4A890

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.06%

 BLUE value IS 144 (56.64% from 255) = 27.48%

R = 40.46%
G = 32.06%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D4A890 (or 0xD4A890) is known color: Rose. HEX triplet: D4, A8 and 90. RGB value is (212,168,144). Sum of RGB (Red+Green+Blue) = 212+168+144=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A890 is #2B576F. Grayscale: #B2B2B2. Windows color (decimal): -2840432 or 9480404. OLE color: 9480404.

HSL color Cylindrical-coordinate representation of color #D4A890: hue angle of 21.18º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4A890 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 168 144 -
CMYK 0 0.21 0.32 0.17
HSL 21.18º 0.44% 0.7% -
HSV(B) 21.18º 0.32% 0.83% -
XYZ 46.19 44.02 32.45 -
YUV 178.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 212 168 144 0 0.21 0.32 0.17 21.18 0.44 0.7
Hex D4 A8 90 0 15 20 11 15 2C 46
Octal 324 250 220 0 25 40 21 25 54 106
Binary 11010100 10101000 10010000 0 10101 100000 10001 10101 101100 1000110

Color Harmonies of #D4A890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A890

Black with #D4A890

Text Example


Text Example

White with #D4A890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A890; }

 p { color: rgb(212,168,144); }

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

background-color css

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

 a { background-color: rgb(212,168,144); }

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

border-color css

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

 span { border-color: rgb(212,168,144); }

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