#D28A42

Color #D28A42 Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #D28A42

Tints of Peru #D28A42

Color information

#D28A42 (or 0xD28A42) is unknown color: approx Peru. HEX triplet: D2, 8A and 42. RGB value is (210,138,66). Sum of RGB (Red+Green+Blue) = 210+138+66=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28A42 is #2D75BD. Grayscale: #979797. Windows color (decimal): -2979262 or 4360914. OLE color: 4360914.

HSL color Cylindrical-coordinate representation of color #D28A42: hue angle of 30º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D28A42 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB21013866-
CMYK00.340.690.18
HSL30º61.54%54.12%-
HSV(B)30º68.57%82.35%-
XYZ36.6532.279.45-
YUV151.3279.85169.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.72%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 15.94%
R=50.72%
G=33.33%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101386600.340.690.183061.5454.12
HexD28A4202245121e3e36
Octal32221210204210522367666
Binary11010010100010101000010010001010001011001011110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28A42; }

 p { color: rgb(210,138,66); }

 H1.HeaderClassName
 {
   color: #D28A42;
 }
 .AnyTagClassName
 {
   color: #D28A42;
 }
</style>
background-color css

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

 a { background-color: rgb(210,138,66); }

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

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

 span { border-color: rgb(210,138,66); }

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