Html Css Color HEX #D29795 Petite Orchid

📋 copy color: '#D29795'

red 210 ◦ green 151 ◦ blue 149

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

Shades of Petite Orchid #D29795

Tints of Petite Orchid #D29795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.22%

R = 41.18%
G = 29.61%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D29795 (or 0xD29795) is known color: Petite Orchid. HEX triplet: D2, 97 and 95. RGB value is (210,151,149). Sum of RGB (Red+Green+Blue) = 210+151+149=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D29795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29795 is #2D686A. Grayscale: #A8A8A8. Windows color (decimal): -2975851 or 9803730. OLE color: 9803730.

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

Color convert

RGB 210 151 149 -
CMYK 0 0.28 0.29 0.18
HSL 1.97º 0.4% 0.7% -
HSV(B) 1.97º 0.29% 0.82% -
XYZ 43.07 38 33.5 -
YUV 168.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 210 151 149 0 0.28 0.29 0.18 1.97 0.4 0.7
Hex D2 97 95 0 1C 1D 12 2 28 46
Octal 322 227 225 0 34 35 22 2 50 106
Binary 11010010 10010111 10010101 0 11100 11101 10010 10 101000 1000110

Color Harmonies of #D29795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29795

Black with #D29795

Text Example


Text Example

White with #D29795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29795; }

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

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

background-color css

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

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

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

border-color css

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

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

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