Html Css Color HEX #D59691 Petite Orchid

📋 copy color: '#D59691'

red 213 ◦ green 150 ◦ blue 145

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

Shades of Petite Orchid #D59691

Tints of Petite Orchid #D59691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.53%

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

R = 41.93%
G = 29.53%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D59691 (or 0xD59691) is known color: Petite Orchid. HEX triplet: D5, 96 and 91. RGB value is (213,150,145). Sum of RGB (Red+Green+Blue) = 213+150+145=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D59691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59691 is #2A696E. Grayscale: #A8A8A8. Windows color (decimal): -2779503 or 9541333. OLE color: 9541333.

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

Color convert

RGB 213 150 145 -
CMYK 0 0.30 0.32 0.16
HSL 4.41º 0.45% 0.7% -
HSV(B) 4.41º 0.32% 0.84% -
XYZ 43.46 38 31.83 -
YUV 168.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 213 150 145 0 0.30 0.32 0.16 4.41 0.45 0.7
Hex D5 96 91 0 1E 20 10 4 2D 46
Octal 325 226 221 0 36 40 20 4 55 106
Binary 11010101 10010110 10010001 0 11110 100000 10000 100 101101 1000110

Color Harmonies of #D59691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59691

Black with #D59691

Text Example


Text Example

White with #D59691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59691; }

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

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

background-color css

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

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

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

border-color css

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

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

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