Html Css Color HEX #DA9C9A Petite Orchid

📋 copy color: '#DA9C9A'

red 218 ◦ green 156 ◦ blue 154

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

Shades of Petite Orchid #DA9C9A

Tints of Petite Orchid #DA9C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.17%

R = 41.29%
G = 29.55%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA9C9A (or 0xDA9C9A) is known color: Petite Orchid. HEX triplet: DA, 9C and 9A. RGB value is (218,156,154). Sum of RGB (Red+Green+Blue) = 218+156+154=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9C9A is #256365. Grayscale: #AEAEAE. Windows color (decimal): -2450278 or 10132698. OLE color: 10132698.

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

Color convert

RGB 218 156 154 -
CMYK 0 0.28 0.29 0.15
HSL 1.88º 0.46% 0.73% -
HSV(B) 1.88º 0.29% 0.85% -
XYZ 46.63 41.02 36.03 -
YUV 174.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 218 156 154 0 0.28 0.29 0.15 1.88 0.46 0.73
Hex DA 9C 9A 0 1C 1D F 2 2E 49
Octal 332 234 232 0 34 35 17 2 56 111
Binary 11011010 10011100 10011010 0 11100 11101 1111 10 101110 1001001

Color Harmonies of #DA9C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C9A

Black with #DA9C9A

Text Example


Text Example

White with #DA9C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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