Html Css Color HEX #DA9C8D Petite Orchid

📋 copy color: '#DA9C8D'

red 218 ◦ green 156 ◦ blue 141

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

Shades of Petite Orchid #DA9C8D

Tints of Petite Orchid #DA9C8D

RGB

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

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

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

R = 42.33%
G = 30.29%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA9C8D (or 0xDA9C8D) is known color: Petite Orchid. HEX triplet: DA, 9C and 8D. RGB value is (218,156,141). Sum of RGB (Red+Green+Blue) = 218+156+141=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9C8D is #256372. Grayscale: #ACACAC. Windows color (decimal): -2450291 or 9280730. OLE color: 9280730.

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

Color convert

RGB 218 156 141 -
CMYK 0 0.28 0.35 0.15
HSL 11.69º 0.51% 0.7% -
HSV(B) 11.69º 0.35% 0.85% -
XYZ 45.61 40.61 30.63 -
YUV 172.83 110.04 160.22 -
System Red Green Blue C M Y K H S L
Decimal 218 156 141 0 0.28 0.35 0.15 11.69 0.51 0.7
Hex DA 9C 8D 0 1C 23 F C 33 46
Octal 332 234 215 0 34 43 17 14 63 106
Binary 11011010 10011100 10001101 0 11100 100011 1111 1100 110011 1000110

Color Harmonies of #DA9C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C8D

Black with #DA9C8D

Text Example


Text Example

White with #DA9C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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