Html Css Color HEX #DAA09C Petite Orchid

📋 copy color: '#DAA09C'

red 218 ◦ green 160 ◦ blue 156

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

Shades of Petite Orchid #DAA09C

Tints of Petite Orchid #DAA09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.21%

R = 40.82%
G = 29.96%
B = 29.21%

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

#DAA09C (or 0xDAA09C) is known color: Petite Orchid. HEX triplet: DA, A0 and 9C. RGB value is (218,160,156). Sum of RGB (Red+Green+Blue) = 218+160+156=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA09C is #255F63. Grayscale: #B0B0B0. Windows color (decimal): -2449252 or 10264794. OLE color: 10264794.

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

Color convert

RGB 218 160 156 -
CMYK 0 0.27 0.28 0.15
HSL 3.87º 0.46% 0.73% -
HSV(B) 3.87º 0.28% 0.85% -
XYZ 47.49 42.45 37.14 -
YUV 176.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 218 160 156 0 0.27 0.28 0.15 3.87 0.46 0.73
Hex DA A0 9C 0 1B 1C F 4 2E 49
Octal 332 240 234 0 33 34 17 4 56 111
Binary 11011010 10100000 10011100 0 11011 11100 1111 100 101110 1001001

Color Harmonies of #DAA09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA09C

Black with #DAA09C

Text Example


Text Example

White with #DAA09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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