Html Css Color HEX #D5A18A Rose

📋 copy color: '#D5A18A'

red 213 ◦ green 161 ◦ blue 138

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

Shades of Rose #D5A18A

Tints of Rose #D5A18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 41.6%
G = 31.45%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5A18A (or 0xD5A18A) is known color: Rose. HEX triplet: D5, A1 and 8A. RGB value is (213,161,138). Sum of RGB (Red+Green+Blue) = 213+161+138=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A18A is #2A5E75. Grayscale: #AEAEAE. Windows color (decimal): -2776694 or 9085397. OLE color: 9085397.

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

Color convert

RGB 213 161 138 -
CMYK 0 0.24 0.35 0.16
HSL 18.4º 0.47% 0.69% -
HSV(B) 18.4º 0.35% 0.84% -
XYZ 44.77 41.47 29.69 -
YUV 173.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 213 161 138 0 0.24 0.35 0.16 18.4 0.47 0.69
Hex D5 A1 8A 0 18 23 10 12 2F 45
Octal 325 241 212 0 30 43 20 22 57 105
Binary 11010101 10100001 10001010 0 11000 100011 10000 10010 101111 1000101

Color Harmonies of #D5A18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A18A

Black with #D5A18A

Text Example


Text Example

White with #D5A18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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