Html Css Color HEX #D5A69B Eunry

📋 copy color: '#D5A69B'

red 213 ◦ green 166 ◦ blue 155

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

Shades of Eunry #D5A69B

Tints of Eunry #D5A69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.03%

R = 39.89%
G = 31.09%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5A69B (or 0xD5A69B) is known color: Eunry. HEX triplet: D5, A6 and 9B. RGB value is (213,166,155). Sum of RGB (Red+Green+Blue) = 213+166+155=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A69B is #2A5964. Grayscale: #B2B2B2. Windows color (decimal): -2775397 or 10200789. OLE color: 10200789.

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

Color convert

RGB 213 166 155 -
CMYK 0 0.22 0.27 0.16
HSL 11.38º 0.41% 0.72% -
HSV(B) 11.38º 0.27% 0.84% -
XYZ 46.99 43.79 36.98 -
YUV 178.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 213 166 155 0 0.22 0.27 0.16 11.38 0.41 0.72
Hex D5 A6 9B 0 16 1B 10 B 29 48
Octal 325 246 233 0 26 33 20 13 51 110
Binary 11010101 10100110 10011011 0 10110 11011 10000 1011 101001 1001000

Color Harmonies of #D5A69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A69B

Black with #D5A69B

Text Example


Text Example

White with #D5A69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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