#D59790

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

Shades of Petite Orchid #D59790

Tints of Petite Orchid #D59790

Color information

#D59790 (or 0xD59790) is unknown color: approx Petite Orchid. HEX triplet: D5, 97 and 90. RGB value is (213,151,144). Sum of RGB (Red+Green+Blue) = 213+151+144=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D59790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59790 is #2A686F. Grayscale: #A8A8A8. Windows color (decimal): -2779248 or 9476053. OLE color: 9476053.

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

Color convert

RGB213151144-
CMYK00.290.320.16
HSL6.09º45.1%70%-
HSV(B)6.09º32.39%83.53%-
XYZ43.5438.2931.48-
YUV168.74114.04159.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 151 (59.38% from 255) = 29.72%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=41.93%
G=29.72%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315114400.290.320.166.0945.170
HexD5979001D201062d46
Octal3252272200354020655106
Binary110101011001011110010000011101100000100001101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59790; }

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

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

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

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

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

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

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

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