Html Css Color HEX #D59791 Petite Orchid

📋 copy color: '#D59791'

red 213 ◦ green 151 ◦ blue 145

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

Shades of Petite Orchid #D59791

Tints of Petite Orchid #D59791

RGB

 RED value IS 213 (83.59% from 255) = 41.85%

 GREEN value IS 151 (59.38% from 255) = 29.67%

 BLUE value IS 145 (57.03% from 255) = 28.49%

R = 41.85%
G = 29.67%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D59791 (or 0xD59791) is known color: Petite Orchid. HEX triplet: D5, 97 and 91. RGB value is (213,151,145). Sum of RGB (Red+Green+Blue) = 213+151+145=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D59791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59791 is #2A686E. Grayscale: #A8A8A8. Windows color (decimal): -2779247 or 9541589. OLE color: 9541589.

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

Color convert

RGB 213 151 145 -
CMYK 0 0.29 0.32 0.16
HSL 5.29º 0.45% 0.7% -
HSV(B) 5.29º 0.32% 0.84% -
XYZ 43.62 38.32 31.89 -
YUV 168.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 213 151 145 0 0.29 0.32 0.16 5.29 0.45 0.7
Hex D5 97 91 0 1D 20 10 5 2D 46
Octal 325 227 221 0 35 40 20 5 55 106
Binary 11010101 10010111 10010001 0 11101 100000 10000 101 101101 1000110

Color Harmonies of #D59791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59791

Black with #D59791

Text Example


Text Example

White with #D59791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59791; }

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

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

background-color css

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

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

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

border-color css

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

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

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