Html Css Color HEX #DDA29F Petite Orchid

📋 copy color: '#DDA29F'

red 221 ◦ green 162 ◦ blue 159

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

Shades of Petite Orchid #DDA29F

Tints of Petite Orchid #DDA29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.34%

R = 40.77%
G = 29.89%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDA29F (or 0xDDA29F) is known color: Petite Orchid. HEX triplet: DD, A2 and 9F. RGB value is (221,162,159). Sum of RGB (Red+Green+Blue) = 221+162+159=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA29F is #225D60. Grayscale: #B3B3B3. Windows color (decimal): -2252129 or 10461917. OLE color: 10461917.

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

Color convert

RGB 221 162 159 -
CMYK 0 0.27 0.28 0.13
HSL 2.9º 0.48% 0.75% -
HSV(B) 2.9º 0.28% 0.87% -
XYZ 49 43.72 38.66 -
YUV 179.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 221 162 159 0 0.27 0.28 0.13 2.9 0.48 0.75
Hex DD A2 9F 0 1B 1C D 3 30 4B
Octal 335 242 237 0 33 34 15 3 60 113
Binary 11011101 10100010 10011111 0 11011 11100 1101 11 110000 1001011

Color Harmonies of #DDA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA29F

Black with #DDA29F

Text Example


Text Example

White with #DDA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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