Html Css Color HEX #D69791 Petite Orchid

📋 copy color: '#D69791'

red 214 ◦ green 151 ◦ blue 145

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

Shades of Petite Orchid #D69791

Tints of Petite Orchid #D69791

RGB

 RED value IS 214 (83.98% from 255) = 41.96%

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

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

R = 41.96%
G = 29.61%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D69791 (or 0xD69791) is known color: Petite Orchid. HEX triplet: D6, 97 and 91. RGB value is (214,151,145). Sum of RGB (Red+Green+Blue) = 214+151+145=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D69791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69791 is #29686E. Grayscale: #A9A9A9. Windows color (decimal): -2713711 or 9541590. OLE color: 9541590.

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

Color convert

RGB 214 151 145 -
CMYK 0 0.29 0.32 0.16
HSL 5.22º 0.46% 0.7% -
HSV(B) 5.22º 0.32% 0.84% -
XYZ 43.91 38.47 31.9 -
YUV 169.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 214 151 145 0 0.29 0.32 0.16 5.22 0.46 0.7
Hex D6 97 91 0 1D 20 10 5 2E 46
Octal 326 227 221 0 35 40 20 5 56 106
Binary 11010110 10010111 10010001 0 11101 100000 10000 101 101110 1000110

Color Harmonies of #D69791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69791

Black with #D69791

Text Example


Text Example

White with #D69791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69791; }

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

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

background-color css

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

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

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

border-color css

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

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

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