Html Css Color HEX #D59889 Petite Orchid

📋 copy color: '#D59889'

red 213 ◦ green 152 ◦ blue 137

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

Shades of Petite Orchid #D59889

Tints of Petite Orchid #D59889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.29%

R = 42.43%
G = 30.28%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D59889 (or 0xD59889) is known color: Petite Orchid. HEX triplet: D5, 98 and 89. RGB value is (213,152,137). Sum of RGB (Red+Green+Blue) = 213+152+137=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D59889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59889 is #2A6776. Grayscale: #A8A8A8. Windows color (decimal): -2778999 or 9017557. OLE color: 9017557.

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

Color convert

RGB 213 152 137 -
CMYK 0 0.29 0.36 0.16
HSL 11.84º 0.48% 0.69% -
HSV(B) 11.84º 0.36% 0.84% -
XYZ 43.18 38.41 28.8 -
YUV 168.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 213 152 137 0 0.29 0.36 0.16 11.84 0.48 0.69
Hex D5 98 89 0 1D 24 10 C 30 45
Octal 325 230 211 0 35 44 20 14 60 105
Binary 11010101 10011000 10001001 0 11101 100100 10000 1100 110000 1000101

Color Harmonies of #D59889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59889

Black with #D59889

Text Example


Text Example

White with #D59889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59889; }

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

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

background-color css

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

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

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

border-color css

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

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

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