Html Css Color HEX #D19794 Petite Orchid

📋 copy color: '#D19794'

red 209 ◦ green 151 ◦ blue 148

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

Shades of Petite Orchid #D19794

Tints of Petite Orchid #D19794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.13%

R = 41.14%
G = 29.72%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D19794 (or 0xD19794) is known color: Petite Orchid. HEX triplet: D1, 97 and 94. RGB value is (209,151,148). Sum of RGB (Red+Green+Blue) = 209+151+148=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D19794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19794 is #2E686B. Grayscale: #A8A8A8. Windows color (decimal): -3041388 or 9738193. OLE color: 9738193.

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

Color convert

RGB 209 151 148 -
CMYK 0 0.28 0.29 0.18
HSL 2.95º 0.4% 0.7% -
HSV(B) 2.95º 0.29% 0.82% -
XYZ 42.71 37.83 33.07 -
YUV 168 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 209 151 148 0 0.28 0.29 0.18 2.95 0.4 0.7
Hex D1 97 94 0 1C 1D 12 3 28 46
Octal 321 227 224 0 34 35 22 3 50 106
Binary 11010001 10010111 10010100 0 11100 11101 10010 11 101000 1000110

Color Harmonies of #D19794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19794

Black with #D19794

Text Example


Text Example

White with #D19794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19794; }

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

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

background-color css

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

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

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

border-color css

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

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

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