Html Css Color HEX #D59692 Petite Orchid

📋 copy color: '#D59692'

red 213 ◦ green 150 ◦ blue 146

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

Shades of Petite Orchid #D59692

Tints of Petite Orchid #D59692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.47%

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

R = 41.85%
G = 29.47%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D59692 (or 0xD59692) is known color: Petite Orchid. HEX triplet: D5, 96 and 92. RGB value is (213,150,146). Sum of RGB (Red+Green+Blue) = 213+150+146=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D59692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59692 is #2A696D. Grayscale: #A8A8A8. Windows color (decimal): -2779502 or 9606869. OLE color: 9606869.

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

Color convert

RGB 213 150 146 -
CMYK 0 0.30 0.31 0.16
HSL 3.58º 0.44% 0.7% -
HSV(B) 3.58º 0.31% 0.84% -
XYZ 43.54 38.03 32.24 -
YUV 168.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 213 150 146 0 0.30 0.31 0.16 3.58 0.44 0.7
Hex D5 96 92 0 1E 1F 10 4 2C 46
Octal 325 226 222 0 36 37 20 4 54 106
Binary 11010101 10010110 10010010 0 11110 11111 10000 100 101100 1000110

Color Harmonies of #D59692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59692

Black with #D59692

Text Example


Text Example

White with #D59692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59692; }

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

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

background-color css

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

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

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

border-color css

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

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

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