Html Css Color HEX #D5A69A Rose

📋 copy color: '#D5A69A'

red 213 ◦ green 166 ◦ blue 154

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

Shades of Rose #D5A69A

Tints of Rose #D5A69A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.14%

 BLUE value IS 154 (60.55% from 255) = 28.89%

R = 39.96%
G = 31.14%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5A69A (or 0xD5A69A) is known color: Rose. HEX triplet: D5, A6 and 9A. RGB value is (213,166,154). Sum of RGB (Red+Green+Blue) = 213+166+154=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A69A is #2A5965. Grayscale: #B2B2B2. Windows color (decimal): -2775398 or 10135253. OLE color: 10135253.

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

Color convert

RGB 213 166 154 -
CMYK 0 0.22 0.28 0.16
HSL 12.2º 0.41% 0.72% -
HSV(B) 12.2º 0.28% 0.84% -
XYZ 46.91 43.75 36.54 -
YUV 178.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 213 166 154 0 0.22 0.28 0.16 12.2 0.41 0.72
Hex D5 A6 9A 0 16 1C 10 C 29 48
Octal 325 246 232 0 26 34 20 14 51 110
Binary 11010101 10100110 10011010 0 10110 11100 10000 1100 101001 1001000

Color Harmonies of #D5A69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A69A

Black with #D5A69A

Text Example


Text Example

White with #D5A69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A69A; }

 p { color: rgb(213,166,154); }

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

background-color css

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

 a { background-color: rgb(213,166,154); }

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

border-color css

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

 span { border-color: rgb(213,166,154); }

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