Html Css Color HEX #D09690 Petite Orchid

📋 copy color: '#D09690'

red 208 ◦ green 150 ◦ blue 144

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

Shades of Petite Orchid #D09690

Tints of Petite Orchid #D09690

RGB

 RED value IS 208 (81.64% from 255) = 41.43%

 GREEN value IS 150 (58.98% from 255) = 29.88%

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

R = 41.43%
G = 29.88%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D09690 (or 0xD09690) is known color: Petite Orchid. HEX triplet: D0, 96 and 90. RGB value is (208,150,144). Sum of RGB (Red+Green+Blue) = 208+150+144=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D09690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09690 is #2F696F. Grayscale: #A6A6A6. Windows color (decimal): -3107184 or 9475792. OLE color: 9475792.

HSL color Cylindrical-coordinate representation of color #D09690: hue angle of 5.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D09690 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 150 144 -
CMYK 0 0.28 0.31 0.18
HSL 5.63º 0.41% 0.69% -
HSV(B) 5.63º 0.31% 0.82% -
XYZ 41.95 37.24 31.36 -
YUV 166.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 208 150 144 0 0.28 0.31 0.18 5.63 0.41 0.69
Hex D0 96 90 0 1C 1F 12 6 29 45
Octal 320 226 220 0 34 37 22 6 51 105
Binary 11010000 10010110 10010000 0 11100 11111 10010 110 101001 1000101

Color Harmonies of #D09690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09690

Black with #D09690

Text Example


Text Example

White with #D09690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09690; }

 p { color: rgb(208,150,144); }

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

background-color css

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

 a { background-color: rgb(208,150,144); }

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

border-color css

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

 span { border-color: rgb(208,150,144); }

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