Html Css Color HEX #D5A18C Rose

📋 copy color: '#D5A18C'

red 213 ◦ green 161 ◦ blue 140

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

Shades of Rose #D5A18C

Tints of Rose #D5A18C

RGB

 RED value IS 213 (83.59% from 255) = 41.44%

 GREEN value IS 161 (63.28% from 255) = 31.32%

 BLUE value IS 140 (55.08% from 255) = 27.24%

R = 41.44%
G = 31.32%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5A18C (or 0xD5A18C) is known color: Rose. HEX triplet: D5, A1 and 8C. RGB value is (213,161,140). Sum of RGB (Red+Green+Blue) = 213+161+140=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A18C is #2A5E73. Grayscale: #AEAEAE. Windows color (decimal): -2776692 or 9216469. OLE color: 9216469.

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

Color convert

RGB 213 161 140 -
CMYK 0 0.24 0.34 0.16
HSL 17.26º 0.46% 0.69% -
HSV(B) 17.26º 0.34% 0.84% -
XYZ 44.92 41.53 30.46 -
YUV 174.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 213 161 140 0 0.24 0.34 0.16 17.26 0.46 0.69
Hex D5 A1 8C 0 18 22 10 11 2E 45
Octal 325 241 214 0 30 42 20 21 56 105
Binary 11010101 10100001 10001100 0 11000 100010 10000 10001 101110 1000101

Color Harmonies of #D5A18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A18C

Black with #D5A18C

Text Example


Text Example

White with #D5A18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A18C; }

 p { color: rgb(213,161,140); }

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

background-color css

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

 a { background-color: rgb(213,161,140); }

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

border-color css

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

 span { border-color: rgb(213,161,140); }

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