Html Css Color HEX #D69991 Petite Orchid

📋 copy color: '#D69991'

red 214 ◦ green 153 ◦ blue 145

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

Shades of Petite Orchid #D69991

Tints of Petite Orchid #D69991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.88%

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

R = 41.8%
G = 29.88%
B = 28.32%

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

#D69991 (or 0xD69991) is known color: Petite Orchid. HEX triplet: D6, 99 and 91. RGB value is (214,153,145). Sum of RGB (Red+Green+Blue) = 214+153+145=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D69991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69991 is #29666E. Grayscale: #AAAAAA. Windows color (decimal): -2713199 or 9542102. OLE color: 9542102.

HSL color Cylindrical-coordinate representation of color #D69991: hue angle of 6.96º 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 #D69991 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 153 145 -
CMYK 0 0.29 0.32 0.16
HSL 6.96º 0.46% 0.7% -
HSV(B) 6.96º 0.32% 0.84% -
XYZ 44.23 39.12 32.01 -
YUV 170.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 214 153 145 0 0.29 0.32 0.16 6.96 0.46 0.7
Hex D6 99 91 0 1D 20 10 7 2E 46
Octal 326 231 221 0 35 40 20 7 56 106
Binary 11010110 10011001 10010001 0 11101 100000 10000 111 101110 1000110

Color Harmonies of #D69991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69991

Black with #D69991

Text Example


Text Example

White with #D69991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69991; }

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

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

background-color css

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

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

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

border-color css

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

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

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