Html Css Color HEX #D19791 Petite Orchid

📋 copy color: '#D19791'

red 209 ◦ green 151 ◦ blue 145

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

Shades of Petite Orchid #D19791

Tints of Petite Orchid #D19791

RGB

 RED value IS 209 (82.03% from 255) = 41.39%

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

 BLUE value IS 145 (57.03% from 255) = 28.71%

R = 41.39%
G = 29.9%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D19791 (or 0xD19791) is known color: Petite Orchid. HEX triplet: D1, 97 and 91. RGB value is (209,151,145). Sum of RGB (Red+Green+Blue) = 209+151+145=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D19791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19791 is #2E686E. Grayscale: #A7A7A7. Windows color (decimal): -3041391 or 9541585. OLE color: 9541585.

HSL color Cylindrical-coordinate representation of color #D19791: hue angle of 5.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D19791 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 151 145 -
CMYK 0 0.28 0.31 0.18
HSL 5.63º 0.41% 0.69% -
HSV(B) 5.63º 0.31% 0.82% -
XYZ 42.47 37.73 31.83 -
YUV 167.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 209 151 145 0 0.28 0.31 0.18 5.63 0.41 0.69
Hex D1 97 91 0 1C 1F 12 6 29 45
Octal 321 227 221 0 34 37 22 6 51 105
Binary 11010001 10010111 10010001 0 11100 11111 10010 110 101001 1000101

Color Harmonies of #D19791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19791

Black with #D19791

Text Example


Text Example

White with #D19791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19791; }

 p { color: rgb(209,151,145); }

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

background-color css

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

 a { background-color: rgb(209,151,145); }

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

border-color css

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

 span { border-color: rgb(209,151,145); }

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