Html Css Color HEX #D69996 Petite Orchid

📋 copy color: '#D69996'

red 214 ◦ green 153 ◦ blue 150

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

Shades of Petite Orchid #D69996

Tints of Petite Orchid #D69996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.01%

R = 41.39%
G = 29.59%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D69996 (or 0xD69996) is known color: Petite Orchid. HEX triplet: D6, 99 and 96. RGB value is (214,153,150). Sum of RGB (Red+Green+Blue) = 214+153+150=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D69996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69996 is #296669. Grayscale: #AAAAAA. Windows color (decimal): -2713194 or 9869782. OLE color: 9869782.

HSL color Cylindrical-coordinate representation of color #D69996: hue angle of 2.81º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69996 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 153 150 -
CMYK 0 0.29 0.30 0.16
HSL 2.81º 0.44% 0.71% -
HSV(B) 2.81º 0.3% 0.84% -
XYZ 44.63 39.28 34.08 -
YUV 170.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 214 153 150 0 0.29 0.30 0.16 2.81 0.44 0.71
Hex D6 99 96 0 1D 1E 10 3 2C 47
Octal 326 231 226 0 35 36 20 3 54 107
Binary 11010110 10011001 10010110 0 11101 11110 10000 11 101100 1000111

Color Harmonies of #D69996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69996

Black with #D69996

Text Example


Text Example

White with #D69996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69996; }

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

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

background-color css

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

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

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

border-color css

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

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

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