Html Css Color HEX #D59796 Petite Orchid

📋 copy color: '#D59796'

red 213 ◦ green 151 ◦ blue 150

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

Shades of Petite Orchid #D59796

Tints of Petite Orchid #D59796

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.38%

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

R = 41.44%
G = 29.38%
B = 29.18%

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

#D59796 (or 0xD59796) is known color: Petite Orchid. HEX triplet: D5, 97 and 96. RGB value is (213,151,150). Sum of RGB (Red+Green+Blue) = 213+151+150=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D59796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59796 is #2A6869. Grayscale: #A9A9A9. Windows color (decimal): -2779242 or 9869269. OLE color: 9869269.

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

Color convert

RGB 213 151 150 -
CMYK 0 0.29 0.30 0.16
HSL 0.95º 0.43% 0.71% -
HSV(B) 0.95º 0.3% 0.84% -
XYZ 44.01 38.48 33.96 -
YUV 169.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 213 151 150 0 0.29 0.30 0.16 0.95 0.43 0.71
Hex D5 97 96 0 1D 1E 10 1 2B 47
Octal 325 227 226 0 35 36 20 1 53 107
Binary 11010101 10010111 10010110 0 11101 11110 10000 1 101011 1000111

Color Harmonies of #D59796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59796

Black with #D59796

Text Example


Text Example

White with #D59796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59796; }

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

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

background-color css

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

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

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

border-color css

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

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

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