Html Css Color HEX #DA9C94 Petite Orchid

📋 copy color: '#DA9C94'

red 218 ◦ green 156 ◦ blue 148

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

Shades of Petite Orchid #DA9C94

Tints of Petite Orchid #DA9C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.35%

R = 41.76%
G = 29.89%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA9C94 (or 0xDA9C94) is known color: Petite Orchid. HEX triplet: DA, 9C and 94. RGB value is (218,156,148). Sum of RGB (Red+Green+Blue) = 218+156+148=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9C94 is #25636B. Grayscale: #ADADAD. Windows color (decimal): -2450284 or 9739482. OLE color: 9739482.

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

Color convert

RGB 218 156 148 -
CMYK 0 0.28 0.32 0.15
HSL 6.86º 0.49% 0.72% -
HSV(B) 6.86º 0.32% 0.85% -
XYZ 46.15 40.82 33.46 -
YUV 173.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 218 156 148 0 0.28 0.32 0.15 6.86 0.49 0.72
Hex DA 9C 94 0 1C 20 F 7 31 48
Octal 332 234 224 0 34 40 17 7 61 110
Binary 11011010 10011100 10010100 0 11100 100000 1111 111 110001 1001000

Color Harmonies of #DA9C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C94

Black with #DA9C94

Text Example


Text Example

White with #DA9C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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