Html Css Color HEX #D69890 Petite Orchid

📋 copy color: '#D69890'

red 214 ◦ green 152 ◦ blue 144

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

Shades of Petite Orchid #D69890

Tints of Petite Orchid #D69890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.24%

R = 41.96%
G = 29.8%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D69890 (or 0xD69890) is known color: Petite Orchid. HEX triplet: D6, 98 and 90. RGB value is (214,152,144). Sum of RGB (Red+Green+Blue) = 214+152+144=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D69890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69890 is #29676F. Grayscale: #A9A9A9. Windows color (decimal): -2713456 or 9476310. OLE color: 9476310.

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

Color convert

RGB 214 152 144 -
CMYK 0 0.29 0.33 0.16
HSL 6.86º 0.46% 0.7% -
HSV(B) 6.86º 0.33% 0.84% -
XYZ 43.99 38.77 31.55 -
YUV 169.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 214 152 144 0 0.29 0.33 0.16 6.86 0.46 0.7
Hex D6 98 90 0 1D 21 10 7 2E 46
Octal 326 230 220 0 35 41 20 7 56 106
Binary 11010110 10011000 10010000 0 11101 100001 10000 111 101110 1000110

Color Harmonies of #D69890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69890

Black with #D69890

Text Example


Text Example

White with #D69890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69890; }

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

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

background-color css

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

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

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

border-color css

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

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

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