Html Css Color HEX #DDA09B Petite Orchid

📋 copy color: '#DDA09B'

red 221 ◦ green 160 ◦ blue 155

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

Shades of Petite Orchid #DDA09B

Tints of Petite Orchid #DDA09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.92%

R = 41.23%
G = 29.85%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDA09B (or 0xDDA09B) is known color: Petite Orchid. HEX triplet: DD, A0 and 9B. RGB value is (221,160,155). Sum of RGB (Red+Green+Blue) = 221+160+155=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA09B is #225F64. Grayscale: #B1B1B1. Windows color (decimal): -2252645 or 10199261. OLE color: 10199261.

HSL color Cylindrical-coordinate representation of color #DDA09B: hue angle of 4.55º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA09B is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 160 155 -
CMYK 0 0.28 0.30 0.13
HSL 4.55º 0.49% 0.74% -
HSV(B) 4.55º 0.3% 0.87% -
XYZ 48.31 42.88 36.74 -
YUV 177.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 221 160 155 0 0.28 0.30 0.13 4.55 0.49 0.74
Hex DD A0 9B 0 1C 1E D 5 31 4A
Octal 335 240 233 0 34 36 15 5 61 112
Binary 11011101 10100000 10011011 0 11100 11110 1101 101 110001 1001010

Color Harmonies of #DDA09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA09B

Black with #DDA09B

Text Example


Text Example

White with #DDA09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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