Html Css Color HEX #D69786 Petite Orchid

📋 copy color: '#D69786'

red 214 ◦ green 151 ◦ blue 134

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

Shades of Petite Orchid #D69786

Tints of Petite Orchid #D69786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.85%

R = 42.89%
G = 30.26%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D69786 (or 0xD69786) is known color: Petite Orchid. HEX triplet: D6, 97 and 86. RGB value is (214,151,134). Sum of RGB (Red+Green+Blue) = 214+151+134=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D69786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69786 is #296879. Grayscale: #A8A8A8. Windows color (decimal): -2713722 or 8820694. OLE color: 8820694.

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

Color convert

RGB 214 151 134 -
CMYK 0 0.29 0.37 0.16
HSL 12.75º 0.49% 0.68% -
HSV(B) 12.75º 0.37% 0.84% -
XYZ 43.1 38.15 27.65 -
YUV 167.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 214 151 134 0 0.29 0.37 0.16 12.75 0.49 0.68
Hex D6 97 86 0 1D 25 10 D 31 44
Octal 326 227 206 0 35 45 20 15 61 104
Binary 11010110 10010111 10000110 0 11101 100101 10000 1101 110001 1000100

Color Harmonies of #D69786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69786

Black with #D69786

Text Example


Text Example

White with #D69786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69786; }

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

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

background-color css

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

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

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

border-color css

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

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

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