Html Css Color HEX #DCA19F Petite Orchid

📋 copy color: '#DCA19F'

red 220 ◦ green 161 ◦ blue 159

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

Shades of Petite Orchid #DCA19F

Tints of Petite Orchid #DCA19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.44%

R = 40.74%
G = 29.81%
B = 29.44%

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

#DCA19F (or 0xDCA19F) is known color: Petite Orchid. HEX triplet: DC, A1 and 9F. RGB value is (220,161,159). Sum of RGB (Red+Green+Blue) = 220+161+159=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA19F is #235E60. Grayscale: #B2B2B2. Windows color (decimal): -2317921 or 10461660. OLE color: 10461660.

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

Color convert

RGB 220 161 159 -
CMYK 0 0.27 0.28 0.14
HSL 1.97º 0.47% 0.74% -
HSV(B) 1.97º 0.28% 0.86% -
XYZ 48.52 43.21 38.58 -
YUV 178.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 220 161 159 0 0.27 0.28 0.14 1.97 0.47 0.74
Hex DC A1 9F 0 1B 1C E 2 2F 4A
Octal 334 241 237 0 33 34 16 2 57 112
Binary 11011100 10100001 10011111 0 11011 11100 1110 10 101111 1001010

Color Harmonies of #DCA19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA19F

Black with #DCA19F

Text Example


Text Example

White with #DCA19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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