Html Css Color HEX #D09491 Petite Orchid

📋 copy color: '#D09491'

red 208 ◦ green 148 ◦ blue 145

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

Shades of Petite Orchid #D09491

Tints of Petite Orchid #D09491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.54%

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

R = 41.52%
G = 29.54%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D09491 (or 0xD09491) is known color: Petite Orchid. HEX triplet: D0, 94 and 91. RGB value is (208,148,145). Sum of RGB (Red+Green+Blue) = 208+148+145=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D09491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09491 is #2F6B6E. Grayscale: #A5A5A5. Windows color (decimal): -3107695 or 9540816. OLE color: 9540816.

HSL color Cylindrical-coordinate representation of color #D09491: hue angle of 2.86º 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 #D09491 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 148 145 -
CMYK 0 0.29 0.30 0.18
HSL 2.86º 0.4% 0.69% -
HSV(B) 2.86º 0.3% 0.82% -
XYZ 41.71 36.63 31.66 -
YUV 165.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 208 148 145 0 0.29 0.30 0.18 2.86 0.4 0.69
Hex D0 94 91 0 1D 1E 12 3 28 45
Octal 320 224 221 0 35 36 22 3 50 105
Binary 11010000 10010100 10010001 0 11101 11110 10010 11 101000 1000101

Color Harmonies of #D09491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09491

Black with #D09491

Text Example


Text Example

White with #D09491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09491; }

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

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

background-color css

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

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

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

border-color css

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

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

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