Html Css Color HEX #D59795 Petite Orchid

📋 copy color: '#D59795'

red 213 ◦ green 151 ◦ blue 149

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

Shades of Petite Orchid #D59795

Tints of Petite Orchid #D59795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.04%

R = 41.52%
G = 29.43%
B = 29.04%

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

#D59795 (or 0xD59795) is known color: Petite Orchid. HEX triplet: D5, 97 and 95. RGB value is (213,151,149). Sum of RGB (Red+Green+Blue) = 213+151+149=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D59795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59795 is #2A686A. Grayscale: #A9A9A9. Windows color (decimal): -2779243 or 9803733. OLE color: 9803733.

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

Color convert

RGB 213 151 149 -
CMYK 0 0.29 0.30 0.16
HSL 1.88º 0.43% 0.71% -
HSV(B) 1.88º 0.3% 0.84% -
XYZ 43.93 38.45 33.54 -
YUV 169.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 213 151 149 0 0.29 0.30 0.16 1.88 0.43 0.71
Hex D5 97 95 0 1D 1E 10 2 2B 47
Octal 325 227 225 0 35 36 20 2 53 107
Binary 11010101 10010111 10010101 0 11101 11110 10000 10 101011 1000111

Color Harmonies of #D59795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59795

Black with #D59795

Text Example


Text Example

White with #D59795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59795; }

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

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

background-color css

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

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

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

border-color css

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

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

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