Html Css Color HEX #D29897 Petite Orchid

📋 copy color: '#D29897'

red 210 ◦ green 152 ◦ blue 151

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

Shades of Petite Orchid #D29897

Tints of Petite Orchid #D29897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.43%

R = 40.94%
G = 29.63%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D29897 (or 0xD29897) is known color: Petite Orchid. HEX triplet: D2, 98 and 97. RGB value is (210,152,151). Sum of RGB (Red+Green+Blue) = 210+152+151=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D29897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29897 is #2D6768. Grayscale: #A9A9A9. Windows color (decimal): -2975593 or 9935058. OLE color: 9935058.

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

Color convert

RGB 210 152 151 -
CMYK 0 0.28 0.28 0.18
HSL 1.02º 0.4% 0.71% -
HSV(B) 1.02º 0.28% 0.82% -
XYZ 43.39 38.39 34.4 -
YUV 169.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 210 152 151 0 0.28 0.28 0.18 1.02 0.4 0.71
Hex D2 98 97 0 1C 1C 12 1 28 47
Octal 322 230 227 0 34 34 22 1 50 107
Binary 11010010 10011000 10010111 0 11100 11100 10010 1 101000 1000111

Color Harmonies of #D29897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29897

Black with #D29897

Text Example


Text Example

White with #D29897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29897; }

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

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

background-color css

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

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

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

border-color css

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

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

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