Html Css Color HEX #D28790 Puce

📋 copy color: '#D28790'

red 210 ◦ green 135 ◦ blue 144

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

Shades of Puce #D28790

Tints of Puce #D28790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.61%

 BLUE value IS 144 (56.64% from 255) = 29.45%

R = 42.94%
G = 27.61%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D28790 (or 0xD28790) is known color: Puce. HEX triplet: D2, 87 and 90. RGB value is (210,135,144). Sum of RGB (Red+Green+Blue) = 210+135+144=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D28790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28790 is #2D786F. Grayscale: #9E9E9E. Windows color (decimal): -2979952 or 9471954. OLE color: 9471954.

HSL color Cylindrical-coordinate representation of color #D28790: hue angle of 352.8º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D28790 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 135 144 -
CMYK 0 0.36 0.31 0.18
HSL 352.8º 0.45% 0.68% -
HSV(B) 352.8º 0.36% 0.82% -
XYZ 40.28 33.04 30.64 -
YUV 158.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 210 135 144 0 0.36 0.31 0.18 352.8 0.45 0.68
Hex D2 87 90 0 24 1F 12 161 2D 44
Octal 322 207 220 0 44 37 22 541 55 104
Binary 11010010 10000111 10010000 0 100100 11111 10010 101100001 101101 1000100

Color Harmonies of #D28790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28790

Black with #D28790

Text Example


Text Example

White with #D28790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28790; }

 p { color: rgb(210,135,144); }

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

background-color css

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

 a { background-color: rgb(210,135,144); }

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

border-color css

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

 span { border-color: rgb(210,135,144); }

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