Html Css Color HEX #D29489 Petite Orchid

📋 copy color: '#D29489'

red 210 ◦ green 148 ◦ blue 137

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

Shades of Petite Orchid #D29489

Tints of Petite Orchid #D29489

RGB

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

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

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

R = 42.42%
G = 29.9%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D29489 (or 0xD29489) is known color: Petite Orchid. HEX triplet: D2, 94 and 89. RGB value is (210,148,137). Sum of RGB (Red+Green+Blue) = 210+148+137=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D29489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29489 is #2D6B76. Grayscale: #A5A5A5. Windows color (decimal): -2976631 or 9016530. OLE color: 9016530.

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

Color convert

RGB 210 148 137 -
CMYK 0 0.30 0.35 0.18
HSL 9.04º 0.45% 0.68% -
HSV(B) 9.04º 0.35% 0.82% -
XYZ 41.68 36.69 28.55 -
YUV 165.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 210 148 137 0 0.30 0.35 0.18 9.04 0.45 0.68
Hex D2 94 89 0 1E 23 12 9 2D 44
Octal 322 224 211 0 36 43 22 11 55 104
Binary 11010010 10010100 10001001 0 11110 100011 10010 1001 101101 1000100

Color Harmonies of #D29489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29489

Black with #D29489

Text Example


Text Example

White with #D29489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29489; }

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

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

background-color css

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

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

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

border-color css

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

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

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