Html Css Color HEX #DA9883 Tonys Pink

📋 copy color: '#DA9883'

red 218 ◦ green 152 ◦ blue 131

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

Shades of Tonys Pink #DA9883

Tints of Tonys Pink #DA9883

RGB

 RED value IS 218 (85.55% from 255) = 43.51%

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

 BLUE value IS 131 (51.56% from 255) = 26.15%

R = 43.51%
G = 30.34%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA9883 (or 0xDA9883) is known color: Tonys Pink. HEX triplet: DA, 98 and 83. RGB value is (218,152,131). Sum of RGB (Red+Green+Blue) = 218+152+131=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9883 is #25677C. Grayscale: #A9A9A9. Windows color (decimal): -2451325 or 8624346. OLE color: 8624346.

HSL color Cylindrical-coordinate representation of color #DA9883: hue angle of 14.48º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA9883 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 152 131 -
CMYK 0 0.30 0.40 0.15
HSL 14.48º 0.54% 0.68% -
HSV(B) 14.48º 0.4% 0.85% -
XYZ 44.24 39 26.67 -
YUV 169.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 218 152 131 0 0.30 0.40 0.15 14.48 0.54 0.68
Hex DA 98 83 0 1E 28 F E 36 44
Octal 332 230 203 0 36 50 17 16 66 104
Binary 11011010 10011000 10000011 0 11110 101000 1111 1110 110110 1000100

Color Harmonies of #DA9883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9883

Black with #DA9883

Text Example


Text Example

White with #DA9883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9883; }

 p { color: rgb(218,152,131); }

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

background-color css

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

 a { background-color: rgb(218,152,131); }

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

border-color css

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

 span { border-color: rgb(218,152,131); }

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