Html Css Color HEX #D29491 Petite Orchid

📋 copy color: '#D29491'

red 210 ◦ green 148 ◦ blue 145

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

Shades of Petite Orchid #D29491

Tints of Petite Orchid #D29491

RGB

 RED value IS 210 (82.42% from 255) = 41.75%

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

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

R = 41.75%
G = 29.42%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D29491 (or 0xD29491) is known color: Petite Orchid. HEX triplet: D2, 94 and 91. RGB value is (210,148,145). Sum of RGB (Red+Green+Blue) = 210+148+145=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D29491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29491 is #2D6B6E. Grayscale: #A6A6A6. Windows color (decimal): -2976623 or 9540818. OLE color: 9540818.

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

Color convert

RGB 210 148 145 -
CMYK 0 0.30 0.31 0.18
HSL 2.77º 0.42% 0.7% -
HSV(B) 2.77º 0.31% 0.82% -
XYZ 42.28 36.93 31.69 -
YUV 166.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 210 148 145 0 0.30 0.31 0.18 2.77 0.42 0.7
Hex D2 94 91 0 1E 1F 12 3 2A 46
Octal 322 224 221 0 36 37 22 3 52 106
Binary 11010010 10010100 10010001 0 11110 11111 10010 11 101010 1000110

Color Harmonies of #D29491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29491

Black with #D29491

Text Example


Text Example

White with #D29491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29491; }

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

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

background-color css

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

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

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

border-color css

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

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

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