Html Css Color HEX #DDA19C Petite Orchid

📋 copy color: '#DDA19C'

red 221 ◦ green 161 ◦ blue 156

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

Shades of Petite Orchid #DDA19C

Tints of Petite Orchid #DDA19C

RGB

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

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

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

R = 41.08%
G = 29.93%
B = 29%

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

#DDA19C (or 0xDDA19C) is known color: Petite Orchid. HEX triplet: DD, A1 and 9C. RGB value is (221,161,156). Sum of RGB (Red+Green+Blue) = 221+161+156=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA19C is #225E63. Grayscale: #B2B2B2. Windows color (decimal): -2252388 or 10265053. OLE color: 10265053.

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

Color convert

RGB 221 161 156 -
CMYK 0 0.27 0.29 0.13
HSL 4.62º 0.49% 0.74% -
HSV(B) 4.62º 0.29% 0.87% -
XYZ 48.56 43.26 37.24 -
YUV 178.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 221 161 156 0 0.27 0.29 0.13 4.62 0.49 0.74
Hex DD A1 9C 0 1B 1D D 5 31 4A
Octal 335 241 234 0 33 35 15 5 61 112
Binary 11011101 10100001 10011100 0 11011 11101 1101 101 110001 1001010

Color Harmonies of #DDA19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA19C

Black with #DDA19C

Text Example


Text Example

White with #DDA19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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