Html Css Color HEX #DDA29E Petite Orchid

📋 copy color: '#DDA29E'

red 221 ◦ green 162 ◦ blue 158

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

Shades of Petite Orchid #DDA29E

Tints of Petite Orchid #DDA29E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.21%

R = 40.85%
G = 29.94%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDA29E (or 0xDDA29E) is known color: Petite Orchid. HEX triplet: DD, A2 and 9E. RGB value is (221,162,158). Sum of RGB (Red+Green+Blue) = 221+162+158=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA29E is #225D61. Grayscale: #B3B3B3. Windows color (decimal): -2252130 or 10396381. OLE color: 10396381.

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

Color convert

RGB 221 162 158 -
CMYK 0 0.27 0.29 0.13
HSL 3.81º 0.48% 0.74% -
HSV(B) 3.81º 0.29% 0.87% -
XYZ 48.91 43.68 38.2 -
YUV 179.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 221 162 158 0 0.27 0.29 0.13 3.81 0.48 0.74
Hex DD A2 9E 0 1B 1D D 4 30 4A
Octal 335 242 236 0 33 35 15 4 60 112
Binary 11011101 10100010 10011110 0 11011 11101 1101 100 110000 1001010

Color Harmonies of #DDA29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA29E

Black with #DDA29E

Text Example


Text Example

White with #DDA29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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