Html Css Color HEX #D09D99 Eunry

📋 copy color: '#D09D99'

red 208 ◦ green 157 ◦ blue 153

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

Shades of Eunry #D09D99

Tints of Eunry #D09D99

RGB

 RED value IS 208 (81.64% from 255) = 40.15%

 GREEN value IS 157 (61.72% from 255) = 30.31%

 BLUE value IS 153 (60.16% from 255) = 29.54%

R = 40.15%
G = 30.31%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D09D99 (or 0xD09D99) is known color: Eunry. HEX triplet: D0, 9D and 99. RGB value is (208,157,153). Sum of RGB (Red+Green+Blue) = 208+157+153=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09D99 is #2F6266. Grayscale: #ABABAB. Windows color (decimal): -3105383 or 10067408. OLE color: 10067408.

HSL color Cylindrical-coordinate representation of color #D09D99: hue angle of 4.36º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D09D99 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 157 153 -
CMYK 0 0.25 0.26 0.18
HSL 4.36º 0.37% 0.71% -
HSV(B) 4.36º 0.26% 0.82% -
XYZ 43.82 39.82 35.51 -
YUV 171.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 208 157 153 0 0.25 0.26 0.18 4.36 0.37 0.71
Hex D0 9D 99 0 19 1A 12 4 25 47
Octal 320 235 231 0 31 32 22 4 45 107
Binary 11010000 10011101 10011001 0 11001 11010 10010 100 100101 1000111

Color Harmonies of #D09D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D99

Black with #D09D99

Text Example


Text Example

White with #D09D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D99; }

 p { color: rgb(208,157,153); }

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

background-color css

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

 a { background-color: rgb(208,157,153); }

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

border-color css

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

 span { border-color: rgb(208,157,153); }

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