Html Css Color HEX #D59891 Petite Orchid

📋 copy color: '#D59891'

red 213 ◦ green 152 ◦ blue 145

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

Shades of Petite Orchid #D59891

Tints of Petite Orchid #D59891

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.8%

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

R = 41.76%
G = 29.8%
B = 28.43%

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

#D59891 (or 0xD59891) is known color: Petite Orchid. HEX triplet: D5, 98 and 91. RGB value is (213,152,145). Sum of RGB (Red+Green+Blue) = 213+152+145=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D59891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59891 is #2A676E. Grayscale: #A9A9A9. Windows color (decimal): -2778991 or 9541845. OLE color: 9541845.

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

Color convert

RGB 213 152 145 -
CMYK 0 0.29 0.32 0.16
HSL 6.18º 0.45% 0.7% -
HSV(B) 6.18º 0.32% 0.84% -
XYZ 43.78 38.65 31.94 -
YUV 169.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 213 152 145 0 0.29 0.32 0.16 6.18 0.45 0.7
Hex D5 98 91 0 1D 20 10 6 2D 46
Octal 325 230 221 0 35 40 20 6 55 106
Binary 11010101 10011000 10010001 0 11101 100000 10000 110 101101 1000110

Color Harmonies of #D59891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59891

Black with #D59891

Text Example


Text Example

White with #D59891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59891; }

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

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

background-color css

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

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

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

border-color css

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

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

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