Html Css Color HEX #D59897 Petite Orchid

📋 copy color: '#D59897'

red 213 ◦ green 152 ◦ blue 151

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

Shades of Petite Orchid #D59897

Tints of Petite Orchid #D59897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.26%

R = 41.28%
G = 29.46%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D59897 (or 0xD59897) is known color: Petite Orchid. HEX triplet: D5, 98 and 97. RGB value is (213,152,151). Sum of RGB (Red+Green+Blue) = 213+152+151=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D59897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59897 is #2A6768. Grayscale: #AAAAAA. Windows color (decimal): -2778985 or 9935061. OLE color: 9935061.

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

Color convert

RGB 213 152 151 -
CMYK 0 0.29 0.29 0.16
HSL 0.97º 0.42% 0.71% -
HSV(B) 0.97º 0.29% 0.84% -
XYZ 44.25 38.84 34.44 -
YUV 170.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 213 152 151 0 0.29 0.29 0.16 0.97 0.42 0.71
Hex D5 98 97 0 1D 1D 10 1 2A 47
Octal 325 230 227 0 35 35 20 1 52 107
Binary 11010101 10011000 10010111 0 11101 11101 10000 1 101010 1000111

Color Harmonies of #D59897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59897

Black with #D59897

Text Example


Text Example

White with #D59897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59897; }

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

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

background-color css

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

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

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

border-color css

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

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

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