Html Css Color HEX #DDA19E Petite Orchid

📋 copy color: '#DDA19E'

red 221 ◦ green 161 ◦ blue 158

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

Shades of Petite Orchid #DDA19E

Tints of Petite Orchid #DDA19E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.81%

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

R = 40.93%
G = 29.81%
B = 29.26%

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

#DDA19E (or 0xDDA19E) is known color: Petite Orchid. HEX triplet: DD, A1 and 9E. RGB value is (221,161,158). Sum of RGB (Red+Green+Blue) = 221+161+158=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA19E is #225E61. Grayscale: #B2B2B2. Windows color (decimal): -2252386 or 10396125. OLE color: 10396125.

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

Color convert

RGB 221 161 158 -
CMYK 0 0.27 0.29 0.13
HSL 2.86º 0.48% 0.74% -
HSV(B) 2.86º 0.29% 0.87% -
XYZ 48.74 43.33 38.14 -
YUV 178.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 221 161 158 0 0.27 0.29 0.13 2.86 0.48 0.74
Hex DD A1 9E 0 1B 1D D 3 30 4A
Octal 335 241 236 0 33 35 15 3 60 112
Binary 11011101 10100001 10011110 0 11011 11101 1101 11 110000 1001010

Color Harmonies of #DDA19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA19E

Black with #DDA19E

Text Example


Text Example

White with #DDA19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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