Html Css Color HEX #DDA28D Tonys Pink

📋 copy color: '#DDA28D'

red 221 ◦ green 162 ◦ blue 141

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

Shades of Tonys Pink #DDA28D

Tints of Tonys Pink #DDA28D

RGB

 RED value IS 221 (86.72% from 255) = 42.18%

 GREEN value IS 162 (63.67% from 255) = 30.92%

 BLUE value IS 141 (55.47% from 255) = 26.91%

R = 42.18%
G = 30.92%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDA28D (or 0xDDA28D) is known color: Tonys Pink. HEX triplet: DD, A2 and 8D. RGB value is (221,162,141). Sum of RGB (Red+Green+Blue) = 221+162+141=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA28D is #225D72. Grayscale: #B1B1B1. Windows color (decimal): -2252147 or 9282269. OLE color: 9282269.

HSL color Cylindrical-coordinate representation of color #DDA28D: hue angle of 15.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA28D is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 162 141 -
CMYK 0 0.27 0.36 0.13
HSL 15.75º 0.54% 0.71% -
HSV(B) 15.75º 0.36% 0.87% -
XYZ 47.55 43.14 31.02 -
YUV 177.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 221 162 141 0 0.27 0.36 0.13 15.75 0.54 0.71
Hex DD A2 8D 0 1B 24 D 10 36 47
Octal 335 242 215 0 33 44 15 20 66 107
Binary 11011101 10100010 10001101 0 11011 100100 1101 10000 110110 1000111

Color Harmonies of #DDA28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA28D

Black with #DDA28D

Text Example


Text Example

White with #DDA28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA28D; }

 p { color: rgb(221,162,141); }

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

background-color css

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

 a { background-color: rgb(221,162,141); }

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

border-color css

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

 span { border-color: rgb(221,162,141); }

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