Html Css Color HEX #DA9C99 Petite Orchid

📋 copy color: '#DA9C99'

red 218 ◦ green 156 ◦ blue 153

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

Shades of Petite Orchid #DA9C99

Tints of Petite Orchid #DA9C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.03%

R = 41.37%
G = 29.6%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA9C99 (or 0xDA9C99) is known color: Petite Orchid. HEX triplet: DA, 9C and 99. RGB value is (218,156,153). Sum of RGB (Red+Green+Blue) = 218+156+153=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9C99 is #256366. Grayscale: #AEAEAE. Windows color (decimal): -2450279 or 10067162. OLE color: 10067162.

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

Color convert

RGB 218 156 153 -
CMYK 0 0.28 0.30 0.15
HSL 2.77º 0.47% 0.73% -
HSV(B) 2.77º 0.3% 0.85% -
XYZ 46.55 40.98 35.59 -
YUV 174.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 218 156 153 0 0.28 0.30 0.15 2.77 0.47 0.73
Hex DA 9C 99 0 1C 1E F 3 2F 49
Octal 332 234 231 0 34 36 17 3 57 111
Binary 11011010 10011100 10011001 0 11100 11110 1111 11 101111 1001001

Color Harmonies of #DA9C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C99

Black with #DA9C99

Text Example


Text Example

White with #DA9C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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