Html Css Color HEX #DDA38D Tonys Pink

📋 copy color: '#DDA38D'

red 221 ◦ green 163 ◦ blue 141

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

Shades of Tonys Pink #DDA38D

Tints of Tonys Pink #DDA38D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.05%

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

R = 42.1%
G = 31.05%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDA38D (or 0xDDA38D) is known color: Tonys Pink. HEX triplet: DD, A3 and 8D. RGB value is (221,163,141). Sum of RGB (Red+Green+Blue) = 221+163+141=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA38D is #225C72. Grayscale: #B1B1B1. Windows color (decimal): -2251891 or 9282525. OLE color: 9282525.

HSL color Cylindrical-coordinate representation of color #DDA38D: hue angle of 16.5º 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 #DDA38D is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 163 141 -
CMYK 0 0.26 0.36 0.13
HSL 16.5º 0.54% 0.71% -
HSV(B) 16.5º 0.36% 0.87% -
XYZ 47.72 43.49 31.08 -
YUV 177.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 221 163 141 0 0.26 0.36 0.13 16.5 0.54 0.71
Hex DD A3 8D 0 1A 24 D 10 36 47
Octal 335 243 215 0 32 44 15 20 66 107
Binary 11011101 10100011 10001101 0 11010 100100 1101 10000 110110 1000111

Color Harmonies of #DDA38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA38D

Black with #DDA38D

Text Example


Text Example

White with #DDA38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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