Html Css Color HEX #DDA09F Petite Orchid

📋 copy color: '#DDA09F'

red 221 ◦ green 160 ◦ blue 159

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

Shades of Petite Orchid #DDA09F

Tints of Petite Orchid #DDA09F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.63%

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

R = 40.93%
G = 29.63%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDA09F (or 0xDDA09F) is known color: Petite Orchid. HEX triplet: DD, A0 and 9F. RGB value is (221,160,159). Sum of RGB (Red+Green+Blue) = 221+160+159=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA09F is #225F60. Grayscale: #B2B2B2. Windows color (decimal): -2252641 or 10461405. OLE color: 10461405.

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

Color convert

RGB 221 160 159 -
CMYK 0 0.28 0.28 0.13
HSL 0.97º 0.48% 0.75% -
HSV(B) 0.97º 0.28% 0.87% -
XYZ 48.65 43.02 38.54 -
YUV 178.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 221 160 159 0 0.28 0.28 0.13 0.97 0.48 0.75
Hex DD A0 9F 0 1C 1C D 1 30 4B
Octal 335 240 237 0 34 34 15 1 60 113
Binary 11011101 10100000 10011111 0 11100 11100 1101 1 110000 1001011

Color Harmonies of #DDA09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA09F

Black with #DDA09F

Text Example


Text Example

White with #DDA09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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