Html Css Color HEX #D4AD9D Eunry

📋 copy color: '#D4AD9D'

red 212 ◦ green 173 ◦ blue 157

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

Shades of Eunry #D4AD9D

Tints of Eunry #D4AD9D

RGB

 RED value IS 212 (83.2% from 255) = 39.11%

 GREEN value IS 173 (67.97% from 255) = 31.92%

 BLUE value IS 157 (61.72% from 255) = 28.97%

R = 39.11%
G = 31.92%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4AD9D (or 0xD4AD9D) is known color: Eunry. HEX triplet: D4, AD and 9D. RGB value is (212,173,157). Sum of RGB (Red+Green+Blue) = 212+173+157=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AD9D is #2B5262. Grayscale: #B6B6B6. Windows color (decimal): -2839139 or 10333652. OLE color: 10333652.

HSL color Cylindrical-coordinate representation of color #D4AD9D: hue angle of 17.45º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4AD9D is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 173 157 -
CMYK 0 0.18 0.26 0.17
HSL 17.45º 0.39% 0.72% -
HSV(B) 17.45º 0.26% 0.83% -
XYZ 48.18 46.32 38.3 -
YUV 182.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 212 173 157 0 0.18 0.26 0.17 17.45 0.39 0.72
Hex D4 AD 9D 0 12 1A 11 11 27 48
Octal 324 255 235 0 22 32 21 21 47 110
Binary 11010100 10101101 10011101 0 10010 11010 10001 10001 100111 1001000

Color Harmonies of #D4AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD9D

Black with #D4AD9D

Text Example


Text Example

White with #D4AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD9D; }

 p { color: rgb(212,173,157); }

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

background-color css

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

 a { background-color: rgb(212,173,157); }

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

border-color css

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

 span { border-color: rgb(212,173,157); }

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