Html Css Color HEX #D28D49 Peru

📋 copy color: '#D28D49'

red 210 ◦ green 141 ◦ blue 73

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

Shades of Peru #D28D49

Tints of Peru #D28D49

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.25%

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

R = 49.53%
G = 33.25%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D28D49 (or 0xD28D49) is known color: Peru. HEX triplet: D2, 8D and 49. RGB value is (210,141,73). Sum of RGB (Red+Green+Blue) = 210+141+73=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D49 is #2D72B6. Grayscale: #9A9A9A. Windows color (decimal): -2978487 or 4820434. OLE color: 4820434.

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

Color convert

RGB 210 141 73 -
CMYK 0 0.33 0.65 0.18
HSL 29.78º 0.6% 0.55% -
HSV(B) 29.78º 0.65% 0.82% -
XYZ 37.31 33.23 10.75 -
YUV 153.88 82.36 168.03 -
System Red Green Blue C M Y K H S L
Decimal 210 141 73 0 0.33 0.65 0.18 29.78 0.6 0.55
Hex D2 8D 49 0 21 41 12 1E 3C 37
Octal 322 215 111 0 41 101 22 36 74 67
Binary 11010010 10001101 1001001 0 100001 1000001 10010 11110 111100 110111

Color Harmonies of #D28D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28D49

Black with #D28D49

Text Example


Text Example

White with #D28D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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