Html Css Color HEX #D69289 Petite Orchid

📋 copy color: '#D69289'

red 214 ◦ green 146 ◦ blue 137

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

Shades of Petite Orchid #D69289

Tints of Petite Orchid #D69289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.38%

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

R = 43.06%
G = 29.38%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D69289 (or 0xD69289) is known color: Petite Orchid. HEX triplet: D6, 92 and 89. RGB value is (214,146,137). Sum of RGB (Red+Green+Blue) = 214+146+137=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D69289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69289 is #296D76. Grayscale: #A5A5A5. Windows color (decimal): -2714999 or 9016022. OLE color: 9016022.

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

Color convert

RGB 214 146 137 -
CMYK 0 0.32 0.36 0.16
HSL 7.01º 0.48% 0.69% -
HSV(B) 7.01º 0.36% 0.84% -
XYZ 42.53 36.66 28.5 -
YUV 165.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 214 146 137 0 0.32 0.36 0.16 7.01 0.48 0.69
Hex D6 92 89 0 20 24 10 7 30 45
Octal 326 222 211 0 40 44 20 7 60 105
Binary 11010110 10010010 10001001 0 100000 100100 10000 111 110000 1000101

Color Harmonies of #D69289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69289

Black with #D69289

Text Example


Text Example

White with #D69289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69289; }

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

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

background-color css

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

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

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

border-color css

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

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

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