Html Css Color HEX #D69789 Petite Orchid

📋 copy color: '#D69789'

red 214 ◦ green 151 ◦ blue 137

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

Shades of Petite Orchid #D69789

Tints of Petite Orchid #D69789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.29%

R = 42.63%
G = 30.08%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D69789 (or 0xD69789) is known color: Petite Orchid. HEX triplet: D6, 97 and 89. RGB value is (214,151,137). Sum of RGB (Red+Green+Blue) = 214+151+137=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D69789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69789 is #296876. Grayscale: #A8A8A8. Windows color (decimal): -2713719 or 9017302. OLE color: 9017302.

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

Color convert

RGB 214 151 137 -
CMYK 0 0.29 0.36 0.16
HSL 10.91º 0.48% 0.69% -
HSV(B) 10.91º 0.36% 0.84% -
XYZ 43.31 38.24 28.76 -
YUV 168.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 214 151 137 0 0.29 0.36 0.16 10.91 0.48 0.69
Hex D6 97 89 0 1D 24 10 B 30 45
Octal 326 227 211 0 35 44 20 13 60 105
Binary 11010110 10010111 10001001 0 11101 100100 10000 1011 110000 1000101

Color Harmonies of #D69789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69789

Black with #D69789

Text Example


Text Example

White with #D69789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69789; }

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

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

background-color css

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

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

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

border-color css

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

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

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