Html Css Color HEX #D69089 Petite Orchid

📋 copy color: '#D69089'

red 214 ◦ green 144 ◦ blue 137

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

Shades of Petite Orchid #D69089

Tints of Petite Orchid #D69089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.09%

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

R = 43.23%
G = 29.09%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D69089 (or 0xD69089) is known color: Petite Orchid. HEX triplet: D6, 90 and 89. RGB value is (214,144,137). Sum of RGB (Red+Green+Blue) = 214+144+137=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D69089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69089 is #296F76. Grayscale: #A4A4A4. Windows color (decimal): -2715511 or 9015510. OLE color: 9015510.

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

Color convert

RGB 214 144 137 -
CMYK 0 0.33 0.36 0.16
HSL 5.45º 0.48% 0.69% -
HSV(B) 5.45º 0.36% 0.84% -
XYZ 42.22 36.05 28.4 -
YUV 164.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 214 144 137 0 0.33 0.36 0.16 5.45 0.48 0.69
Hex D6 90 89 0 21 24 10 5 30 45
Octal 326 220 211 0 41 44 20 5 60 105
Binary 11010110 10010000 10001001 0 100001 100100 10000 101 110000 1000101

Color Harmonies of #D69089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69089

Black with #D69089

Text Example


Text Example

White with #D69089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69089; }

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

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

background-color css

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

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

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

border-color css

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

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

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