Html Css Color HEX #D69997 Petite Orchid

📋 copy color: '#D69997'

red 214 ◦ green 153 ◦ blue 151

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

Shades of Petite Orchid #D69997

Tints of Petite Orchid #D69997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.15%

R = 41.31%
G = 29.54%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D69997 (or 0xD69997) is known color: Petite Orchid. HEX triplet: D6, 99 and 97. RGB value is (214,153,151). Sum of RGB (Red+Green+Blue) = 214+153+151=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D69997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69997 is #296668. Grayscale: #ABABAB. Windows color (decimal): -2713193 or 9935318. OLE color: 9935318.

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

Color convert

RGB 214 153 151 -
CMYK 0 0.29 0.29 0.16
HSL 1.9º 0.43% 0.72% -
HSV(B) 1.9º 0.29% 0.84% -
XYZ 44.71 39.31 34.51 -
YUV 171.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 214 153 151 0 0.29 0.29 0.16 1.9 0.43 0.72
Hex D6 99 97 0 1D 1D 10 2 2B 48
Octal 326 231 227 0 35 35 20 2 53 110
Binary 11010110 10011001 10010111 0 11101 11101 10000 10 101011 1001000

Color Harmonies of #D69997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69997

Black with #D69997

Text Example


Text Example

White with #D69997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69997; }

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

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

background-color css

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

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

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

border-color css

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

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

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