Html Css Color HEX #D29689 Petite Orchid

📋 copy color: '#D29689'

red 210 ◦ green 150 ◦ blue 137

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

Shades of Petite Orchid #D29689

Tints of Petite Orchid #D29689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.18%

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

R = 42.25%
G = 30.18%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D29689 (or 0xD29689) is known color: Petite Orchid. HEX triplet: D2, 96 and 89. RGB value is (210,150,137). Sum of RGB (Red+Green+Blue) = 210+150+137=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D29689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29689 is #2D6976. Grayscale: #A6A6A6. Windows color (decimal): -2976119 or 9017042. OLE color: 9017042.

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

Color convert

RGB 210 150 137 -
CMYK 0 0.29 0.35 0.18
HSL 10.68º 0.45% 0.68% -
HSV(B) 10.68º 0.35% 0.82% -
XYZ 42 37.32 28.66 -
YUV 166.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 210 150 137 0 0.29 0.35 0.18 10.68 0.45 0.68
Hex D2 96 89 0 1D 23 12 B 2D 44
Octal 322 226 211 0 35 43 22 13 55 104
Binary 11010010 10010110 10001001 0 11101 100011 10010 1011 101101 1000100

Color Harmonies of #D29689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29689

Black with #D29689

Text Example


Text Example

White with #D29689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29689; }

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

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

background-color css

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

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

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

border-color css

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

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

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