Html Css Color HEX #D29A92 Petite Orchid

📋 copy color: '#D29A92'

red 210 ◦ green 154 ◦ blue 146

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

Shades of Petite Orchid #D29A92

Tints of Petite Orchid #D29A92

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.2%

 BLUE value IS 146 (57.42% from 255) = 28.63%

R = 41.18%
G = 30.2%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D29A92 (or 0xD29A92) is known color: Petite Orchid. HEX triplet: D2, 9A and 92. RGB value is (210,154,146). Sum of RGB (Red+Green+Blue) = 210+154+146=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A92 is #2D656D. Grayscale: #A9A9A9. Windows color (decimal): -2975086 or 9607890. OLE color: 9607890.

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

Color convert

RGB 210 154 146 -
CMYK 0 0.27 0.30 0.18
HSL 7.5º 0.42% 0.7% -
HSV(B) 7.5º 0.3% 0.82% -
XYZ 43.32 38.89 32.42 -
YUV 169.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 210 154 146 0 0.27 0.30 0.18 7.5 0.42 0.7
Hex D2 9A 92 0 1B 1E 12 8 2A 46
Octal 322 232 222 0 33 36 22 10 52 106
Binary 11010010 10011010 10010010 0 11011 11110 10010 1000 101010 1000110

Color Harmonies of #D29A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A92

Black with #D29A92

Text Example


Text Example

White with #D29A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A92; }

 p { color: rgb(210,154,146); }

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

background-color css

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

 a { background-color: rgb(210,154,146); }

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

border-color css

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

 span { border-color: rgb(210,154,146); }

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