Html Css Color HEX #D99885 Tonys Pink

📋 copy color: '#D99885'

red 217 ◦ green 152 ◦ blue 133

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

Shades of Tonys Pink #D99885

Tints of Tonys Pink #D99885

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.28%

 BLUE value IS 133 (52.34% from 255) = 26.49%

R = 43.23%
G = 30.28%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D99885 (or 0xD99885) is known color: Tonys Pink. HEX triplet: D9, 98 and 85. RGB value is (217,152,133). Sum of RGB (Red+Green+Blue) = 217+152+133=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D99885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99885 is #26677A. Grayscale: #A9A9A9. Windows color (decimal): -2516859 or 8755417. OLE color: 8755417.

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

Color convert

RGB 217 152 133 -
CMYK 0 0.30 0.39 0.15
HSL 13.57º 0.53% 0.69% -
HSV(B) 13.57º 0.39% 0.85% -
XYZ 44.08 38.9 27.38 -
YUV 169.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 217 152 133 0 0.30 0.39 0.15 13.57 0.53 0.69
Hex D9 98 85 0 1E 27 F E 34 45
Octal 331 230 205 0 36 47 17 16 64 105
Binary 11011001 10011000 10000101 0 11110 100111 1111 1110 110100 1000101

Color Harmonies of #D99885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99885

Black with #D99885

Text Example


Text Example

White with #D99885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99885; }

 p { color: rgb(217,152,133); }

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

background-color css

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

 a { background-color: rgb(217,152,133); }

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

border-color css

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

 span { border-color: rgb(217,152,133); }

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