Html Css Color HEX #DAA09E Petite Orchid

📋 copy color: '#DAA09E'

red 218 ◦ green 160 ◦ blue 158

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

Shades of Petite Orchid #DAA09E

Tints of Petite Orchid #DAA09E

RGB

 RED value IS 218 (85.55% from 255) = 40.67%

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

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

R = 40.67%
G = 29.85%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAA09E (or 0xDAA09E) is known color: Petite Orchid. HEX triplet: DA, A0 and 9E. RGB value is (218,160,158). Sum of RGB (Red+Green+Blue) = 218+160+158=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA09E is #255F61. Grayscale: #B1B1B1. Windows color (decimal): -2449250 or 10395866. OLE color: 10395866.

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

Color convert

RGB 218 160 158 -
CMYK 0 0.27 0.28 0.15
HSL 0.45% 0.74% -
HSV(B) 0.28% 0.85% -
XYZ 47.66 42.52 38.04 -
YUV 177.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 218 160 158 0 0.27 0.28 0.15 2 0.45 0.74
Hex DA A0 9E 0 1B 1C F 2 2D 4A
Octal 332 240 236 0 33 34 17 2 55 112
Binary 11011010 10100000 10011110 0 11011 11100 1111 10 101101 1001010

Color Harmonies of #DAA09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA09E

Black with #DAA09E

Text Example


Text Example

White with #DAA09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA09E; }

 p { color: rgb(218,160,158); }

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

background-color css

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

 a { background-color: rgb(218,160,158); }

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

border-color css

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

 span { border-color: rgb(218,160,158); }

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