Html Css Color HEX #D28791 Puce

📋 copy color: '#D28791'

red 210 ◦ green 135 ◦ blue 145

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

Shades of Puce #D28791

Tints of Puce #D28791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.59%

R = 42.86%
G = 27.55%
B = 29.59%

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

#D28791 (or 0xD28791) is known color: Puce. HEX triplet: D2, 87 and 91. RGB value is (210,135,145). Sum of RGB (Red+Green+Blue) = 210+135+145=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D28791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28791 is #2D786E. Grayscale: #9E9E9E. Windows color (decimal): -2979951 or 9537490. OLE color: 9537490.

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

Color convert

RGB 210 135 145 -
CMYK 0 0.36 0.31 0.18
HSL 352º 0.45% 0.68% -
HSV(B) 352º 0.36% 0.82% -
XYZ 40.35 33.07 31.05 -
YUV 158.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 210 135 145 0 0.36 0.31 0.18 352 0.45 0.68
Hex D2 87 91 0 24 1F 12 160 2D 44
Octal 322 207 221 0 44 37 22 540 55 104
Binary 11010010 10000111 10010001 0 100100 11111 10010 101100000 101101 1000100

Color Harmonies of #D28791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28791

Black with #D28791

Text Example


Text Example

White with #D28791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28791; }

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

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

background-color css

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

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

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

border-color css

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

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

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