Html Css Color HEX #D29796 Petite Orchid

📋 copy color: '#D29796'

red 210 ◦ green 151 ◦ blue 150

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

Shades of Petite Orchid #D29796

Tints of Petite Orchid #D29796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.35%

R = 41.1%
G = 29.55%
B = 29.35%

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

#D29796 (or 0xD29796) is known color: Petite Orchid. HEX triplet: D2, 97 and 96. RGB value is (210,151,150). Sum of RGB (Red+Green+Blue) = 210+151+150=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D29796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29796 is #2D6869. Grayscale: #A8A8A8. Windows color (decimal): -2975850 or 9869266. OLE color: 9869266.

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

Color convert

RGB 210 151 150 -
CMYK 0 0.28 0.29 0.18
HSL 0.4% 0.71% -
HSV(B) 0.29% 0.82% -
XYZ 43.15 38.04 33.92 -
YUV 168.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 210 151 150 0 0.28 0.29 0.18 1 0.4 0.71
Hex D2 97 96 0 1C 1D 12 1 28 47
Octal 322 227 226 0 34 35 22 1 50 107
Binary 11010010 10010111 10010110 0 11100 11101 10010 1 101000 1000111

Color Harmonies of #D29796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29796

Black with #D29796

Text Example


Text Example

White with #D29796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29796; }

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

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

background-color css

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

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

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

border-color css

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

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

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