Html Css Color HEX #D19790 Petite Orchid

📋 copy color: '#D19790'

red 209 ◦ green 151 ◦ blue 144

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

Shades of Petite Orchid #D19790

Tints of Petite Orchid #D19790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.57%

R = 41.47%
G = 29.96%
B = 28.57%

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

#D19790 (or 0xD19790) is known color: Petite Orchid. HEX triplet: D1, 97 and 90. RGB value is (209,151,144). Sum of RGB (Red+Green+Blue) = 209+151+144=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D19790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19790 is #2E686F. Grayscale: #A7A7A7. Windows color (decimal): -3041392 or 9476049. OLE color: 9476049.

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

Color convert

RGB 209 151 144 -
CMYK 0 0.28 0.31 0.18
HSL 6.46º 0.41% 0.69% -
HSV(B) 6.46º 0.31% 0.82% -
XYZ 42.4 37.7 31.43 -
YUV 167.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 209 151 144 0 0.28 0.31 0.18 6.46 0.41 0.69
Hex D1 97 90 0 1C 1F 12 6 29 45
Octal 321 227 220 0 34 37 22 6 51 105
Binary 11010001 10010111 10010000 0 11100 11111 10010 110 101001 1000101

Color Harmonies of #D19790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19790

Black with #D19790

Text Example


Text Example

White with #D19790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19790; }

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

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

background-color css

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

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

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

border-color css

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

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

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