Html Css Color HEX #DAA19E Petite Orchid

📋 copy color: '#DAA19E'

red 218 ◦ green 161 ◦ blue 158

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

Shades of Petite Orchid #DAA19E

Tints of Petite Orchid #DAA19E

RGB

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

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

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

R = 40.6%
G = 29.98%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAA19E (or 0xDAA19E) is known color: Petite Orchid. HEX triplet: DA, A1 and 9E. RGB value is (218,161,158). Sum of RGB (Red+Green+Blue) = 218+161+158=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA19E is #255E61. Grayscale: #B1B1B1. Windows color (decimal): -2448994 or 10396122. OLE color: 10396122.

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

Color convert

RGB 218 161 158 -
CMYK 0 0.26 0.28 0.15
HSL 0.45% 0.74% -
HSV(B) 0.28% 0.85% -
XYZ 47.83 42.86 38.1 -
YUV 177.7 116.88 156.74 -
System Red Green Blue C M Y K H S L
Decimal 218 161 158 0 0.26 0.28 0.15 3 0.45 0.74
Hex DA A1 9E 0 1A 1C F 3 2D 4A
Octal 332 241 236 0 32 34 17 3 55 112
Binary 11011010 10100001 10011110 0 11010 11100 1111 11 101101 1001010

Color Harmonies of #DAA19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA19E

Black with #DAA19E

Text Example


Text Example

White with #DAA19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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