Html Css Color HEX #DDA09D Petite Orchid

📋 copy color: '#DDA09D'

red 221 ◦ green 160 ◦ blue 157

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

Shades of Petite Orchid #DDA09D

Tints of Petite Orchid #DDA09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.18%

R = 41.08%
G = 29.74%
B = 29.18%

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

#DDA09D (or 0xDDA09D) is known color: Petite Orchid. HEX triplet: DD, A0 and 9D. RGB value is (221,160,157). Sum of RGB (Red+Green+Blue) = 221+160+157=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA09D is #225F62. Grayscale: #B1B1B1. Windows color (decimal): -2252643 or 10330333. OLE color: 10330333.

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

Color convert

RGB 221 160 157 -
CMYK 0 0.28 0.29 0.13
HSL 2.81º 0.48% 0.74% -
HSV(B) 2.81º 0.29% 0.87% -
XYZ 48.48 42.95 37.63 -
YUV 177.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 221 160 157 0 0.28 0.29 0.13 2.81 0.48 0.74
Hex DD A0 9D 0 1C 1D D 3 30 4A
Octal 335 240 235 0 34 35 15 3 60 112
Binary 11011101 10100000 10011101 0 11100 11101 1101 11 110000 1001010

Color Harmonies of #DDA09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA09D

Black with #DDA09D

Text Example


Text Example

White with #DDA09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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