Html Css Color HEX #DA9C9C Petite Orchid

📋 copy color: '#DA9C9C'

red 218 ◦ green 156 ◦ blue 156

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

Shades of Petite Orchid #DA9C9C

Tints of Petite Orchid #DA9C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.43%

R = 41.13%
G = 29.43%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA9C9C (or 0xDA9C9C) is known color: Petite Orchid. HEX triplet: DA, 9C and 9C. RGB value is (218,156,156). Sum of RGB (Red+Green+Blue) = 218+156+156=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9C9C is #256363. Grayscale: #AEAEAE. Windows color (decimal): -2450276 or 10263770. OLE color: 10263770.

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

Color convert

RGB 218 156 156 -
CMYK 0 0.28 0.28 0.15
HSL 0.46% 0.73% -
HSV(B) 0.28% 0.85% -
XYZ 46.8 41.08 36.92 -
YUV 174.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 218 156 156 0 0.28 0.28 0.15 0 0.46 0.73
Hex DA 9C 9C 0 1C 1C F 0 2E 49
Octal 332 234 234 0 34 34 17 0 56 111
Binary 11011010 10011100 10011100 0 11100 11100 1111 0 101110 1001001

Color Harmonies of #DA9C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C9C

Black with #DA9C9C

Text Example


Text Example

White with #DA9C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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