Html Css Color HEX #DA9A8C Petite Orchid

📋 copy color: '#DA9A8C'

red 218 ◦ green 154 ◦ blue 140

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

Shades of Petite Orchid #DA9A8C

Tints of Petite Orchid #DA9A8C

RGB

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

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

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

R = 42.58%
G = 30.08%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA9A8C (or 0xDA9A8C) is known color: Petite Orchid. HEX triplet: DA, 9A and 8C. RGB value is (218,154,140). Sum of RGB (Red+Green+Blue) = 218+154+140=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9A8C is #256573. Grayscale: #ABABAB. Windows color (decimal): -2450804 or 9214682. OLE color: 9214682.

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

Color convert

RGB 218 154 140 -
CMYK 0 0.29 0.36 0.15
HSL 10.77º 0.51% 0.7% -
HSV(B) 10.77º 0.36% 0.85% -
XYZ 45.2 39.91 30.13 -
YUV 171.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 218 154 140 0 0.29 0.36 0.15 10.77 0.51 0.7
Hex DA 9A 8C 0 1D 24 F B 33 46
Octal 332 232 214 0 35 44 17 13 63 106
Binary 11011010 10011010 10001100 0 11101 100100 1111 1011 110011 1000110

Color Harmonies of #DA9A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A8C

Black with #DA9A8C

Text Example


Text Example

White with #DA9A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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