Html Css Color HEX #D28C49 Peru

📋 copy color: '#D28C49'

red 210 ◦ green 140 ◦ blue 73

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

Shades of Peru #D28C49

Tints of Peru #D28C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.1%

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

R = 49.65%
G = 33.1%
B = 17.26%

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

#D28C49 (or 0xD28C49) is known color: Peru. HEX triplet: D2, 8C and 49. RGB value is (210,140,73). Sum of RGB (Red+Green+Blue) = 210+140+73=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C49 is #2D73B6. Grayscale: #999999. Windows color (decimal): -2978743 or 4820178. OLE color: 4820178.

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

Color convert

RGB 210 140 73 -
CMYK 0 0.33 0.65 0.18
HSL 29.34º 0.6% 0.55% -
HSV(B) 29.34º 0.65% 0.82% -
XYZ 37.16 32.94 10.7 -
YUV 153.29 82.69 168.45 -
System Red Green Blue C M Y K H S L
Decimal 210 140 73 0 0.33 0.65 0.18 29.34 0.6 0.55
Hex D2 8C 49 0 21 41 12 1D 3C 37
Octal 322 214 111 0 41 101 22 35 74 67
Binary 11010010 10001100 1001001 0 100001 1000001 10010 11101 111100 110111

Color Harmonies of #D28C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C49

Black with #D28C49

Text Example


Text Example

White with #D28C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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