Html Css Color HEX #D28E49 Peru

📋 copy color: '#D28E49'

red 210 ◦ green 142 ◦ blue 73

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

Shades of Peru #D28E49

Tints of Peru #D28E49

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.41%

 BLUE value IS 73 (28.91% from 255) = 17.18%

R = 49.41%
G = 33.41%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D28E49 (or 0xD28E49) is known color: Peru. HEX triplet: D2, 8E and 49. RGB value is (210,142,73). Sum of RGB (Red+Green+Blue) = 210+142+73=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28E49 is #2D71B6. Grayscale: #9A9A9A. Windows color (decimal): -2978231 or 4820690. OLE color: 4820690.

HSL color Cylindrical-coordinate representation of color #D28E49: hue angle of 30.22º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D28E49 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 142 73 -
CMYK 0 0.32 0.65 0.18
HSL 30.22º 0.6% 0.55% -
HSV(B) 30.22º 0.65% 0.82% -
XYZ 37.45 33.53 10.8 -
YUV 154.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 210 142 73 0 0.32 0.65 0.18 30.22 0.6 0.55
Hex D2 8E 49 0 20 41 12 1E 3C 37
Octal 322 216 111 0 40 101 22 36 74 67
Binary 11010010 10001110 1001001 0 100000 1000001 10010 11110 111100 110111

Color Harmonies of #D28E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28E49

Black with #D28E49

Text Example


Text Example

White with #D28E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28E49; }

 p { color: rgb(210,142,73); }

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

background-color css

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

 a { background-color: rgb(210,142,73); }

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

border-color css

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

 span { border-color: rgb(210,142,73); }

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