Html Css Color HEX #D59792 Petite Orchid

📋 copy color: '#D59792'

red 213 ◦ green 151 ◦ blue 146

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

Shades of Petite Orchid #D59792

Tints of Petite Orchid #D59792

RGB

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

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

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

R = 41.76%
G = 29.61%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D59792 (or 0xD59792) is known color: Petite Orchid. HEX triplet: D5, 97 and 92. RGB value is (213,151,146). Sum of RGB (Red+Green+Blue) = 213+151+146=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D59792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59792 is #2A686D. Grayscale: #A9A9A9. Windows color (decimal): -2779246 or 9607125. OLE color: 9607125.

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

Color convert

RGB 213 151 146 -
CMYK 0 0.29 0.31 0.16
HSL 4.48º 0.44% 0.7% -
HSV(B) 4.48º 0.31% 0.84% -
XYZ 43.7 38.35 32.29 -
YUV 168.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 213 151 146 0 0.29 0.31 0.16 4.48 0.44 0.7
Hex D5 97 92 0 1D 1F 10 4 2C 46
Octal 325 227 222 0 35 37 20 4 54 106
Binary 11010101 10010111 10010010 0 11101 11111 10000 100 101100 1000110

Color Harmonies of #D59792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59792

Black with #D59792

Text Example


Text Example

White with #D59792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59792; }

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

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

background-color css

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

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

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

border-color css

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

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

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