Html Css Color HEX #DA9C92 Petite Orchid

📋 copy color: '#DA9C92'

red 218 ◦ green 156 ◦ blue 146

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

Shades of Petite Orchid #DA9C92

Tints of Petite Orchid #DA9C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.08%

R = 41.92%
G = 30%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA9C92 (or 0xDA9C92) is known color: Petite Orchid. HEX triplet: DA, 9C and 92. RGB value is (218,156,146). Sum of RGB (Red+Green+Blue) = 218+156+146=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9C92 is #25636D. Grayscale: #ADADAD. Windows color (decimal): -2450286 or 9608410. OLE color: 9608410.

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

Color convert

RGB 218 156 146 -
CMYK 0 0.28 0.33 0.15
HSL 8.33º 0.49% 0.71% -
HSV(B) 8.33º 0.33% 0.85% -
XYZ 45.99 40.76 32.64 -
YUV 173.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 218 156 146 0 0.28 0.33 0.15 8.33 0.49 0.71
Hex DA 9C 92 0 1C 21 F 8 31 47
Octal 332 234 222 0 34 41 17 10 61 107
Binary 11011010 10011100 10010010 0 11100 100001 1111 1000 110001 1000111

Color Harmonies of #DA9C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C92

Black with #DA9C92

Text Example


Text Example

White with #DA9C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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