Html Css Color HEX #D29789 Petite Orchid

📋 copy color: '#D29789'

red 210 ◦ green 151 ◦ blue 137

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

Shades of Petite Orchid #D29789

Tints of Petite Orchid #D29789

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.32%

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

R = 42.17%
G = 30.32%
B = 27.51%

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

#D29789 (or 0xD29789) is known color: Petite Orchid. HEX triplet: D2, 97 and 89. RGB value is (210,151,137). Sum of RGB (Red+Green+Blue) = 210+151+137=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D29789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29789 is #2D6876. Grayscale: #A7A7A7. Windows color (decimal): -2975863 or 9017298. OLE color: 9017298.

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

Color convert

RGB 210 151 137 -
CMYK 0 0.28 0.35 0.18
HSL 11.51º 0.45% 0.68% -
HSV(B) 11.51º 0.35% 0.82% -
XYZ 42.16 37.64 28.71 -
YUV 167.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 210 151 137 0 0.28 0.35 0.18 11.51 0.45 0.68
Hex D2 97 89 0 1C 23 12 C 2D 44
Octal 322 227 211 0 34 43 22 14 55 104
Binary 11010010 10010111 10001001 0 11100 100011 10010 1100 101101 1000100

Color Harmonies of #D29789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29789

Black with #D29789

Text Example


Text Example

White with #D29789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29789; }

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

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

background-color css

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

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

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

border-color css

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

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

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