Html Css Color HEX #D99986 Tonys Pink

📋 copy color: '#D99986'

red 217 ◦ green 153 ◦ blue 134

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

Shades of Tonys Pink #D99986

Tints of Tonys Pink #D99986

RGB

 RED value IS 217 (85.16% from 255) = 43.06%

 GREEN value IS 153 (60.16% from 255) = 30.36%

 BLUE value IS 134 (52.73% from 255) = 26.59%

R = 43.06%
G = 30.36%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D99986 (or 0xD99986) is known color: Tonys Pink. HEX triplet: D9, 99 and 86. RGB value is (217,153,134). Sum of RGB (Red+Green+Blue) = 217+153+134=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D99986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99986 is #266679. Grayscale: #AAAAAA. Windows color (decimal): -2516602 or 8821209. OLE color: 8821209.

HSL color Cylindrical-coordinate representation of color #D99986: hue angle of 13.73º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D99986 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 153 134 -
CMYK 0 0.29 0.38 0.15
HSL 13.73º 0.52% 0.69% -
HSV(B) 13.73º 0.38% 0.85% -
XYZ 44.31 39.26 27.8 -
YUV 169.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 217 153 134 0 0.29 0.38 0.15 13.73 0.52 0.69
Hex D9 99 86 0 1D 26 F E 34 45
Octal 331 231 206 0 35 46 17 16 64 105
Binary 11011001 10011001 10000110 0 11101 100110 1111 1110 110100 1000101

Color Harmonies of #D99986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99986

Black with #D99986

Text Example


Text Example

White with #D99986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99986; }

 p { color: rgb(217,153,134); }

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

background-color css

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

 a { background-color: rgb(217,153,134); }

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

border-color css

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

 span { border-color: rgb(217,153,134); }

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