Html Css Color HEX #D59A8C Petite Orchid

📋 copy color: '#D59A8C'

red 213 ◦ green 154 ◦ blue 140

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

Shades of Petite Orchid #D59A8C

Tints of Petite Orchid #D59A8C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.37%

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 42.01%
G = 30.37%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D59A8C (or 0xD59A8C) is known color: Petite Orchid. HEX triplet: D5, 9A and 8C. RGB value is (213,154,140). Sum of RGB (Red+Green+Blue) = 213+154+140=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A8C is #2A6573. Grayscale: #AAAAAA. Windows color (decimal): -2778484 or 9214677. OLE color: 9214677.

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

Color convert

RGB 213 154 140 -
CMYK 0 0.28 0.34 0.16
HSL 11.51º 0.46% 0.69% -
HSV(B) 11.51º 0.34% 0.84% -
XYZ 43.73 39.15 30.06 -
YUV 170.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 213 154 140 0 0.28 0.34 0.16 11.51 0.46 0.69
Hex D5 9A 8C 0 1C 22 10 C 2E 45
Octal 325 232 214 0 34 42 20 14 56 105
Binary 11010101 10011010 10001100 0 11100 100010 10000 1100 101110 1000101

Color Harmonies of #D59A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A8C

Black with #D59A8C

Text Example


Text Example

White with #D59A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A8C; }

 p { color: rgb(213,154,140); }

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

background-color css

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

 a { background-color: rgb(213,154,140); }

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

border-color css

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

 span { border-color: rgb(213,154,140); }

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