Html Css Color HEX #DA9C91 Petite Orchid

📋 copy color: '#DA9C91'

red 218 ◦ green 156 ◦ blue 145

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

Shades of Petite Orchid #DA9C91

Tints of Petite Orchid #DA9C91

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.06%

 BLUE value IS 145 (57.03% from 255) = 27.94%

R = 42%
G = 30.06%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA9C91 (or 0xDA9C91) is known color: Petite Orchid. HEX triplet: DA, 9C and 91. RGB value is (218,156,145). Sum of RGB (Red+Green+Blue) = 218+156+145=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9C91 is #25636E. Grayscale: #ADADAD. Windows color (decimal): -2450287 or 9542874. OLE color: 9542874.

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

Color convert

RGB 218 156 145 -
CMYK 0 0.28 0.33 0.15
HSL 9.04º 0.5% 0.71% -
HSV(B) 9.04º 0.33% 0.85% -
XYZ 45.91 40.73 32.23 -
YUV 173.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 218 156 145 0 0.28 0.33 0.15 9.04 0.5 0.71
Hex DA 9C 91 0 1C 21 F 9 32 47
Octal 332 234 221 0 34 41 17 11 62 107
Binary 11011010 10011100 10010001 0 11100 100001 1111 1001 110010 1000111

Color Harmonies of #DA9C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C91

Black with #DA9C91

Text Example


Text Example

White with #DA9C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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