Html Css Color HEX #DA9C98 Petite Orchid

📋 copy color: '#DA9C98'

red 218 ◦ green 156 ◦ blue 152

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

Shades of Petite Orchid #DA9C98

Tints of Petite Orchid #DA9C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.9%

R = 41.44%
G = 29.66%
B = 28.9%

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

#DA9C98 (or 0xDA9C98) is known color: Petite Orchid. HEX triplet: DA, 9C and 98. RGB value is (218,156,152). Sum of RGB (Red+Green+Blue) = 218+156+152=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9C98 is #256367. Grayscale: #AEAEAE. Windows color (decimal): -2450280 or 10001626. OLE color: 10001626.

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

Color convert

RGB 218 156 152 -
CMYK 0 0.28 0.30 0.15
HSL 3.64º 0.47% 0.73% -
HSV(B) 3.64º 0.3% 0.85% -
XYZ 46.47 40.95 35.16 -
YUV 174.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 218 156 152 0 0.28 0.30 0.15 3.64 0.47 0.73
Hex DA 9C 98 0 1C 1E F 4 2F 49
Octal 332 234 230 0 34 36 17 4 57 111
Binary 11011010 10011100 10011000 0 11100 11110 1111 100 101111 1001001

Color Harmonies of #DA9C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C98

Black with #DA9C98

Text Example


Text Example

White with #DA9C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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