Html Css Color HEX #DA9A92 Petite Orchid

📋 copy color: '#DA9A92'

red 218 ◦ green 154 ◦ blue 146

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

Shades of Petite Orchid #DA9A92

Tints of Petite Orchid #DA9A92

RGB

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

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

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

R = 42.08%
G = 29.73%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA9A92 (or 0xDA9A92) is known color: Petite Orchid. HEX triplet: DA, 9A and 92. RGB value is (218,154,146). Sum of RGB (Red+Green+Blue) = 218+154+146=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9A92 is #25656D. Grayscale: #ACACAC. Windows color (decimal): -2450798 or 9607898. OLE color: 9607898.

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

Color convert

RGB 218 154 146 -
CMYK 0 0.29 0.33 0.15
HSL 6.67º 0.49% 0.71% -
HSV(B) 6.67º 0.33% 0.85% -
XYZ 45.66 40.09 32.53 -
YUV 172.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 218 154 146 0 0.29 0.33 0.15 6.67 0.49 0.71
Hex DA 9A 92 0 1D 21 F 7 31 47
Octal 332 232 222 0 35 41 17 7 61 107
Binary 11011010 10011010 10010010 0 11101 100001 1111 111 110001 1000111

Color Harmonies of #DA9A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A92

Black with #DA9A92

Text Example


Text Example

White with #DA9A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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