Html Css Color HEX #D4A09B Eunry

📋 copy color: '#D4A09B'

red 212 ◦ green 160 ◦ blue 155

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

Shades of Eunry #D4A09B

Tints of Eunry #D4A09B

RGB

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

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

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

R = 40.23%
G = 30.36%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4A09B (or 0xD4A09B) is known color: Eunry. HEX triplet: D4, A0 and 9B. RGB value is (212,160,155). Sum of RGB (Red+Green+Blue) = 212+160+155=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A09B is #2B5F64. Grayscale: #AFAFAF. Windows color (decimal): -2842469 or 10199252. OLE color: 10199252.

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

Color convert

RGB 212 160 155 -
CMYK 0 0.25 0.27 0.17
HSL 5.26º 0.4% 0.72% -
HSV(B) 5.26º 0.27% 0.83% -
XYZ 45.64 41.51 36.62 -
YUV 174.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 212 160 155 0 0.25 0.27 0.17 5.26 0.4 0.72
Hex D4 A0 9B 0 19 1B 11 5 28 48
Octal 324 240 233 0 31 33 21 5 50 110
Binary 11010100 10100000 10011011 0 11001 11011 10001 101 101000 1001000

Color Harmonies of #D4A09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A09B

Black with #D4A09B

Text Example


Text Example

White with #D4A09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A09B; }

 p { color: rgb(212,160,155); }

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

background-color css

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

 a { background-color: rgb(212,160,155); }

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

border-color css

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

 span { border-color: rgb(212,160,155); }

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