Html Css Color HEX #DDA09C Petite Orchid

📋 copy color: '#DDA09C'

red 221 ◦ green 160 ◦ blue 156

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

Shades of Petite Orchid #DDA09C

Tints of Petite Orchid #DDA09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.05%

R = 41.15%
G = 29.8%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDA09C (or 0xDDA09C) is known color: Petite Orchid. HEX triplet: DD, A0 and 9C. RGB value is (221,160,156). Sum of RGB (Red+Green+Blue) = 221+160+156=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA09C is #225F63. Grayscale: #B1B1B1. Windows color (decimal): -2252644 or 10264797. OLE color: 10264797.

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

Color convert

RGB 221 160 156 -
CMYK 0 0.28 0.29 0.13
HSL 3.69º 0.49% 0.74% -
HSV(B) 3.69º 0.29% 0.87% -
XYZ 48.39 42.91 37.19 -
YUV 177.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 221 160 156 0 0.28 0.29 0.13 3.69 0.49 0.74
Hex DD A0 9C 0 1C 1D D 4 31 4A
Octal 335 240 234 0 34 35 15 4 61 112
Binary 11011101 10100000 10011100 0 11100 11101 1101 100 110001 1001010

Color Harmonies of #DDA09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA09C

Black with #DDA09C

Text Example


Text Example

White with #DDA09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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