Html Css Color HEX #DDA19D Petite Orchid

📋 copy color: '#DDA19D'

red 221 ◦ green 161 ◦ blue 157

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

Shades of Petite Orchid #DDA19D

Tints of Petite Orchid #DDA19D

RGB

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

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

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

R = 41%
G = 29.87%
B = 29.13%

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

#DDA19D (or 0xDDA19D) is known color: Petite Orchid. HEX triplet: DD, A1 and 9D. RGB value is (221,161,157). Sum of RGB (Red+Green+Blue) = 221+161+157=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA19D is #225E62. Grayscale: #B2B2B2. Windows color (decimal): -2252387 or 10330589. OLE color: 10330589.

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

Color convert

RGB 221 161 157 -
CMYK 0 0.27 0.29 0.13
HSL 3.75º 0.48% 0.74% -
HSV(B) 3.75º 0.29% 0.87% -
XYZ 48.65 43.3 37.69 -
YUV 178.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 221 161 157 0 0.27 0.29 0.13 3.75 0.48 0.74
Hex DD A1 9D 0 1B 1D D 4 30 4A
Octal 335 241 235 0 33 35 15 4 60 112
Binary 11011101 10100001 10011101 0 11011 11101 1101 100 110000 1001010

Color Harmonies of #DDA19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA19D

Black with #DDA19D

Text Example


Text Example

White with #DDA19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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