Html Css Color HEX #D59896 Petite Orchid

📋 copy color: '#D59896'

red 213 ◦ green 152 ◦ blue 150

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

Shades of Petite Orchid #D59896

Tints of Petite Orchid #D59896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.13%

R = 41.36%
G = 29.51%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D59896 (or 0xD59896) is known color: Petite Orchid. HEX triplet: D5, 98 and 96. RGB value is (213,152,150). Sum of RGB (Red+Green+Blue) = 213+152+150=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D59896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59896 is #2A6769. Grayscale: #AAAAAA. Windows color (decimal): -2778986 or 9869525. OLE color: 9869525.

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

Color convert

RGB 213 152 150 -
CMYK 0 0.29 0.30 0.16
HSL 1.9º 0.43% 0.71% -
HSV(B) 1.9º 0.3% 0.84% -
XYZ 44.17 38.8 34.02 -
YUV 170.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 213 152 150 0 0.29 0.30 0.16 1.9 0.43 0.71
Hex D5 98 96 0 1D 1E 10 2 2B 47
Octal 325 230 226 0 35 36 20 2 53 107
Binary 11010101 10011000 10010110 0 11101 11110 10000 10 101011 1000111

Color Harmonies of #D59896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59896

Black with #D59896

Text Example


Text Example

White with #D59896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59896; }

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

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

background-color css

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

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

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

border-color css

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

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

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