Html Css Color HEX #D59992 Petite Orchid

📋 copy color: '#D59992'

red 213 ◦ green 153 ◦ blue 146

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

Shades of Petite Orchid #D59992

Tints of Petite Orchid #D59992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.88%

 BLUE value IS 146 (57.42% from 255) = 28.52%

R = 41.6%
G = 29.88%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D59992 (or 0xD59992) is known color: Petite Orchid. HEX triplet: D5, 99 and 92. RGB value is (213,153,146). Sum of RGB (Red+Green+Blue) = 213+153+146=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D59992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59992 is #2A666D. Grayscale: #AAAAAA. Windows color (decimal): -2778734 or 9607637. OLE color: 9607637.

HSL color Cylindrical-coordinate representation of color #D59992: hue angle of 6.27º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D59992 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 153 146 -
CMYK 0 0.28 0.31 0.16
HSL 6.27º 0.44% 0.7% -
HSV(B) 6.27º 0.31% 0.84% -
XYZ 44.02 39 32.4 -
YUV 170.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 213 153 146 0 0.28 0.31 0.16 6.27 0.44 0.7
Hex D5 99 92 0 1C 1F 10 6 2C 46
Octal 325 231 222 0 34 37 20 6 54 106
Binary 11010101 10011001 10010010 0 11100 11111 10000 110 101100 1000110

Color Harmonies of #D59992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59992

Black with #D59992

Text Example


Text Example

White with #D59992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59992; }

 p { color: rgb(213,153,146); }

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

background-color css

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

 a { background-color: rgb(213,153,146); }

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

border-color css

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

 span { border-color: rgb(213,153,146); }

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