Html Css Color HEX #DA9C8C Petite Orchid

📋 copy color: '#DA9C8C'

red 218 ◦ green 156 ◦ blue 140

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

Shades of Petite Orchid #DA9C8C

Tints of Petite Orchid #DA9C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.24%

R = 42.41%
G = 30.35%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA9C8C (or 0xDA9C8C) is known color: Petite Orchid. HEX triplet: DA, 9C and 8C. RGB value is (218,156,140). Sum of RGB (Red+Green+Blue) = 218+156+140=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9C8C is #256373. Grayscale: #ACACAC. Windows color (decimal): -2450292 or 9215194. OLE color: 9215194.

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

Color convert

RGB 218 156 140 -
CMYK 0 0.28 0.36 0.15
HSL 12.31º 0.51% 0.7% -
HSV(B) 12.31º 0.36% 0.85% -
XYZ 45.54 40.58 30.24 -
YUV 172.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 218 156 140 0 0.28 0.36 0.15 12.31 0.51 0.7
Hex DA 9C 8C 0 1C 24 F C 33 46
Octal 332 234 214 0 34 44 17 14 63 106
Binary 11011010 10011100 10001100 0 11100 100100 1111 1100 110011 1000110

Color Harmonies of #DA9C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C8C

Black with #DA9C8C

Text Example


Text Example

White with #DA9C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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