#D59794

Color #D59794 Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #D59794

Tints of Petite Orchid #D59794

Color information

#D59794 (or 0xD59794) is unknown color: approx Petite Orchid. HEX triplet: D5, 97 and 94. RGB value is (213,151,148). Sum of RGB (Red+Green+Blue) = 213+151+148=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D59794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59794 is #2A686B. Grayscale: #A9A9A9. Windows color (decimal): -2779244 or 9738197. OLE color: 9738197.

HSL color Cylindrical-coordinate representation of color #D59794: hue angle of 2.77º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D59794 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213151148-
CMYK00.290.310.16
HSL2.77º43.62%70.78%-
HSV(B)2.77º30.52%83.53%-
XYZ43.8538.4233.12-
YUV169.2116.04159.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 148 (58.20% from 255) = 28.91%
R=41.60%
G=29.49%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315114800.290.310.162.7743.6270.78
HexD5979401D1F1032c47
Octal3252272240353720354107
Binary1101010110010111100101000111011111110000111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59794; }

 p { color: rgb(213,151,148); }

 H1.HeaderClassName
 {
   color: #D59794;
 }
 .AnyTagClassName
 {
   color: #D59794;
 }
</style>
background-color css

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

 a { background-color: rgb(213,151,148); }

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

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

 span { border-color: rgb(213,151,148); }

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