Html Css Color HEX #DA9A8D Petite Orchid

📋 copy color: '#DA9A8D'

red 218 ◦ green 154 ◦ blue 141

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

Shades of Petite Orchid #DA9A8D

Tints of Petite Orchid #DA9A8D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.02%

 BLUE value IS 141 (55.47% from 255) = 27.49%

R = 42.5%
G = 30.02%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA9A8D (or 0xDA9A8D) is known color: Petite Orchid. HEX triplet: DA, 9A and 8D. RGB value is (218,154,141). Sum of RGB (Red+Green+Blue) = 218+154+141=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9A8D is #256572. Grayscale: #ABABAB. Windows color (decimal): -2450803 or 9280218. OLE color: 9280218.

HSL color Cylindrical-coordinate representation of color #DA9A8D: hue angle of 10.13º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA9A8D is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 154 141 -
CMYK 0 0.29 0.35 0.15
HSL 10.13º 0.51% 0.7% -
HSV(B) 10.13º 0.35% 0.85% -
XYZ 45.28 39.94 30.52 -
YUV 171.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 218 154 141 0 0.29 0.35 0.15 10.13 0.51 0.7
Hex DA 9A 8D 0 1D 23 F A 33 46
Octal 332 232 215 0 35 43 17 12 63 106
Binary 11011010 10011010 10001101 0 11101 100011 1111 1010 110011 1000110

Color Harmonies of #DA9A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A8D

Black with #DA9A8D

Text Example


Text Example

White with #DA9A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A8D; }

 p { color: rgb(218,154,141); }

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

background-color css

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

 a { background-color: rgb(218,154,141); }

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

border-color css

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

 span { border-color: rgb(218,154,141); }

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