Html Css Color HEX #D09291 Petite Orchid

📋 copy color: '#D09291'

red 208 ◦ green 146 ◦ blue 145

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

Shades of Petite Orchid #D09291

Tints of Petite Orchid #D09291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.06%

R = 41.68%
G = 29.26%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D09291 (or 0xD09291) is known color: Petite Orchid. HEX triplet: D0, 92 and 91. RGB value is (208,146,145). Sum of RGB (Red+Green+Blue) = 208+146+145=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D09291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09291 is #2F6D6E. Grayscale: #A4A4A4. Windows color (decimal): -3108207 or 9540304. OLE color: 9540304.

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

Color convert

RGB 208 146 145 -
CMYK 0 0.30 0.30 0.18
HSL 0.95º 0.4% 0.69% -
HSV(B) 0.95º 0.3% 0.82% -
XYZ 41.4 36.01 31.56 -
YUV 164.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 208 146 145 0 0.30 0.30 0.18 0.95 0.4 0.69
Hex D0 92 91 0 1E 1E 12 1 28 45
Octal 320 222 221 0 36 36 22 1 50 105
Binary 11010000 10010010 10010001 0 11110 11110 10010 1 101000 1000101

Color Harmonies of #D09291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09291

Black with #D09291

Text Example


Text Example

White with #D09291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09291; }

 p { color: rgb(208,146,145); }

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

background-color css

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

 a { background-color: rgb(208,146,145); }

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

border-color css

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

 span { border-color: rgb(208,146,145); }

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