Html Css Color HEX #D69897 Petite Orchid

📋 copy color: '#D69897'

red 214 ◦ green 152 ◦ blue 151

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

Shades of Petite Orchid #D69897

Tints of Petite Orchid #D69897

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.4%

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

R = 41.39%
G = 29.4%
B = 29.21%

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

#D69897 (or 0xD69897) is known color: Petite Orchid. HEX triplet: D6, 98 and 97. RGB value is (214,152,151). Sum of RGB (Red+Green+Blue) = 214+152+151=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D69897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69897 is #296768. Grayscale: #AAAAAA. Windows color (decimal): -2713449 or 9935062. OLE color: 9935062.

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

Color convert

RGB 214 152 151 -
CMYK 0 0.29 0.29 0.16
HSL 0.95º 0.43% 0.72% -
HSV(B) 0.95º 0.29% 0.84% -
XYZ 44.55 38.99 34.46 -
YUV 170.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 214 152 151 0 0.29 0.29 0.16 0.95 0.43 0.72
Hex D6 98 97 0 1D 1D 10 1 2B 48
Octal 326 230 227 0 35 35 20 1 53 110
Binary 11010110 10011000 10010111 0 11101 11101 10000 1 101011 1001000

Color Harmonies of #D69897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69897

Black with #D69897

Text Example


Text Example

White with #D69897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69897; }

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

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

background-color css

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

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

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

border-color css

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

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

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