Html Css Color HEX #D29889 Petite Orchid

📋 copy color: '#D29889'

red 210 ◦ green 152 ◦ blue 137

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

Shades of Petite Orchid #D29889

Tints of Petite Orchid #D29889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.46%

 BLUE value IS 137 (53.91% from 255) = 27.45%

R = 42.08%
G = 30.46%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D29889 (or 0xD29889) is known color: Petite Orchid. HEX triplet: D2, 98 and 89. RGB value is (210,152,137). Sum of RGB (Red+Green+Blue) = 210+152+137=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D29889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29889 is #2D6776. Grayscale: #A7A7A7. Windows color (decimal): -2975607 or 9017554. OLE color: 9017554.

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

Color convert

RGB 210 152 137 -
CMYK 0 0.28 0.35 0.18
HSL 12.33º 0.45% 0.68% -
HSV(B) 12.33º 0.35% 0.82% -
XYZ 42.32 37.96 28.76 -
YUV 167.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 210 152 137 0 0.28 0.35 0.18 12.33 0.45 0.68
Hex D2 98 89 0 1C 23 12 C 2D 44
Octal 322 230 211 0 34 43 22 14 55 104
Binary 11010010 10011000 10001001 0 11100 100011 10010 1100 101101 1000100

Color Harmonies of #D29889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29889

Black with #D29889

Text Example


Text Example

White with #D29889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29889; }

 p { color: rgb(210,152,137); }

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

background-color css

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

 a { background-color: rgb(210,152,137); }

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

border-color css

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

 span { border-color: rgb(210,152,137); }

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