Html Css Color HEX #D5A08B Rose

📋 copy color: '#D5A08B'

red 213 ◦ green 160 ◦ blue 139

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

Shades of Rose #D5A08B

Tints of Rose #D5A08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.15%

R = 41.6%
G = 31.25%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5A08B (or 0xD5A08B) is known color: Rose. HEX triplet: D5, A0 and 8B. RGB value is (213,160,139). Sum of RGB (Red+Green+Blue) = 213+160+139=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A08B is #2A5F74. Grayscale: #ADADAD. Windows color (decimal): -2776949 or 9150677. OLE color: 9150677.

HSL color Cylindrical-coordinate representation of color #D5A08B: hue angle of 17.03º 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 #D5A08B is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 160 139 -
CMYK 0 0.25 0.35 0.16
HSL 17.03º 0.47% 0.69% -
HSV(B) 17.03º 0.35% 0.84% -
XYZ 44.67 41.15 30.01 -
YUV 173.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 213 160 139 0 0.25 0.35 0.16 17.03 0.47 0.69
Hex D5 A0 8B 0 19 23 10 11 2F 45
Octal 325 240 213 0 31 43 20 21 57 105
Binary 11010101 10100000 10001011 0 11001 100011 10000 10001 101111 1000101

Color Harmonies of #D5A08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A08B

Black with #D5A08B

Text Example


Text Example

White with #D5A08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A08B; }

 p { color: rgb(213,160,139); }

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

background-color css

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

 a { background-color: rgb(213,160,139); }

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

border-color css

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

 span { border-color: rgb(213,160,139); }

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