Html Css Color HEX #D28E45 Peru

📋 copy color: '#D28E45'

red 210 ◦ green 142 ◦ blue 69

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

Shades of Peru #D28E45

Tints of Peru #D28E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.39%

R = 49.88%
G = 33.73%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D28E45 (or 0xD28E45) is known color: Peru. HEX triplet: D2, 8E and 45. RGB value is (210,142,69). Sum of RGB (Red+Green+Blue) = 210+142+69=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28E45 is #2D71BA. Grayscale: #9A9A9A. Windows color (decimal): -2978235 or 4558546. OLE color: 4558546.

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

Color convert

RGB 210 142 69 -
CMYK 0 0.32 0.67 0.18
HSL 31.06º 0.61% 0.55% -
HSV(B) 31.06º 0.67% 0.82% -
XYZ 37.33 33.48 10.12 -
YUV 154.01 80.03 167.94 -
System Red Green Blue C M Y K H S L
Decimal 210 142 69 0 0.32 0.67 0.18 31.06 0.61 0.55
Hex D2 8E 45 0 20 43 12 1F 3D 37
Octal 322 216 105 0 40 103 22 37 75 67
Binary 11010010 10001110 1000101 0 100000 1000011 10010 11111 111101 110111

Color Harmonies of #D28E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28E45

Black with #D28E45

Text Example


Text Example

White with #D28E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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