Html Css Color HEX #D4A099 Rose

📋 copy color: '#D4A099'

red 212 ◦ green 160 ◦ blue 153

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

Shades of Rose #D4A099

Tints of Rose #D4A099

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.48%

 BLUE value IS 153 (60.16% from 255) = 29.14%

R = 40.38%
G = 30.48%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D4A099 (or 0xD4A099) is known color: Rose. HEX triplet: D4, A0 and 99. RGB value is (212,160,153). Sum of RGB (Red+Green+Blue) = 212+160+153=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A099 is #2B5F66. Grayscale: #AEAEAE. Windows color (decimal): -2842471 or 10068180. OLE color: 10068180.

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

Color convert

RGB 212 160 153 -
CMYK 0 0.25 0.28 0.17
HSL 7.12º 0.41% 0.72% -
HSV(B) 7.12º 0.28% 0.83% -
XYZ 45.47 41.44 35.74 -
YUV 174.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 212 160 153 0 0.25 0.28 0.17 7.12 0.41 0.72
Hex D4 A0 99 0 19 1C 11 7 29 48
Octal 324 240 231 0 31 34 21 7 51 110
Binary 11010100 10100000 10011001 0 11001 11100 10001 111 101001 1001000

Color Harmonies of #D4A099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A099

Black with #D4A099

Text Example


Text Example

White with #D4A099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A099; }

 p { color: rgb(212,160,153); }

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

background-color css

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

 a { background-color: rgb(212,160,153); }

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

border-color css

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

 span { border-color: rgb(212,160,153); }

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