Html Css Color HEX #DCA19E Petite Orchid

📋 copy color: '#DCA19E'

red 220 ◦ green 161 ◦ blue 158

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

Shades of Petite Orchid #DCA19E

Tints of Petite Orchid #DCA19E

RGB

 RED value IS 220 (86.33% from 255) = 40.82%

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

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

R = 40.82%
G = 29.87%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DCA19E (or 0xDCA19E) is known color: Petite Orchid. HEX triplet: DC, A1 and 9E. RGB value is (220,161,158). Sum of RGB (Red+Green+Blue) = 220+161+158=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA19E is #235E61. Grayscale: #B2B2B2. Windows color (decimal): -2317922 or 10396124. OLE color: 10396124.

HSL color Cylindrical-coordinate representation of color #DCA19E: hue angle of 2.9º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCA19E is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 161 158 -
CMYK 0 0.27 0.28 0.14
HSL 2.9º 0.47% 0.74% -
HSV(B) 2.9º 0.28% 0.86% -
XYZ 48.43 43.17 38.13 -
YUV 178.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 220 161 158 0 0.27 0.28 0.14 2.9 0.47 0.74
Hex DC A1 9E 0 1B 1C E 3 2F 4A
Octal 334 241 236 0 33 34 16 3 57 112
Binary 11011100 10100001 10011110 0 11011 11100 1110 11 101111 1001010

Color Harmonies of #DCA19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA19E

Black with #DCA19E

Text Example


Text Example

White with #DCA19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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