Html Css Color HEX #DCA099 Petite Orchid

📋 copy color: '#DCA099'

red 220 ◦ green 160 ◦ blue 153

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

Shades of Petite Orchid #DCA099

Tints of Petite Orchid #DCA099

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.02%

 BLUE value IS 153 (60.16% from 255) = 28.71%

R = 41.28%
G = 30.02%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCA099 (or 0xDCA099) is known color: Petite Orchid. HEX triplet: DC, A0 and 99. RGB value is (220,160,153). Sum of RGB (Red+Green+Blue) = 220+160+153=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA099 is #235F66. Grayscale: #B1B1B1. Windows color (decimal): -2318183 or 10068188. OLE color: 10068188.

HSL color Cylindrical-coordinate representation of color #DCA099: hue angle of 6.27º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCA099 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 160 153 -
CMYK 0 0.27 0.30 0.14
HSL 6.27º 0.49% 0.73% -
HSV(B) 6.27º 0.3% 0.86% -
XYZ 47.84 42.66 35.85 -
YUV 177.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 220 160 153 0 0.27 0.30 0.14 6.27 0.49 0.73
Hex DC A0 99 0 1B 1E E 6 31 49
Octal 334 240 231 0 33 36 16 6 61 111
Binary 11011100 10100000 10011001 0 11011 11110 1110 110 110001 1001001

Color Harmonies of #DCA099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA099

Black with #DCA099

Text Example


Text Example

White with #DCA099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA099; }

 p { color: rgb(220,160,153); }

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

background-color css

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

 a { background-color: rgb(220,160,153); }

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

border-color css

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

 span { border-color: rgb(220,160,153); }

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