Html Css Color HEX #DDA28A Tonys Pink

📋 copy color: '#DDA28A'

red 221 ◦ green 162 ◦ blue 138

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

Shades of Tonys Pink #DDA28A

Tints of Tonys Pink #DDA28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.49%

R = 42.42%
G = 31.09%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDA28A (or 0xDDA28A) is known color: Tonys Pink. HEX triplet: DD, A2 and 8A. RGB value is (221,162,138). Sum of RGB (Red+Green+Blue) = 221+162+138=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA28A is #225D75. Grayscale: #B1B1B1. Windows color (decimal): -2252150 or 9085661. OLE color: 9085661.

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

Color convert

RGB 221 162 138 -
CMYK 0 0.27 0.38 0.13
HSL 17.35º 0.55% 0.7% -
HSV(B) 17.35º 0.38% 0.87% -
XYZ 47.33 43.05 29.86 -
YUV 176.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 221 162 138 0 0.27 0.38 0.13 17.35 0.55 0.7
Hex DD A2 8A 0 1B 26 D 11 37 46
Octal 335 242 212 0 33 46 15 21 67 106
Binary 11011101 10100010 10001010 0 11011 100110 1101 10001 110111 1000110

Color Harmonies of #DDA28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA28A

Black with #DDA28A

Text Example


Text Example

White with #DDA28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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