Html Css Color HEX #DDA28B Tonys Pink

📋 copy color: '#DDA28B'

red 221 ◦ green 162 ◦ blue 139

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

Shades of Tonys Pink #DDA28B

Tints of Tonys Pink #DDA28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.63%

R = 42.34%
G = 31.03%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DDA28B (or 0xDDA28B) is known color: Tonys Pink. HEX triplet: DD, A2 and 8B. RGB value is (221,162,139). Sum of RGB (Red+Green+Blue) = 221+162+139=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA28B is #225D74. Grayscale: #B1B1B1. Windows color (decimal): -2252149 or 9151197. OLE color: 9151197.

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

Color convert

RGB 221 162 139 -
CMYK 0 0.27 0.37 0.13
HSL 16.83º 0.55% 0.71% -
HSV(B) 16.83º 0.37% 0.87% -
XYZ 47.4 43.08 30.24 -
YUV 177.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 221 162 139 0 0.27 0.37 0.13 16.83 0.55 0.71
Hex DD A2 8B 0 1B 25 D 11 37 47
Octal 335 242 213 0 33 45 15 21 67 107
Binary 11011101 10100010 10001011 0 11011 100101 1101 10001 110111 1000111

Color Harmonies of #DDA28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA28B

Black with #DDA28B

Text Example


Text Example

White with #DDA28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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