Html Css Color HEX #D28E3E Peru

📋 copy color: '#D28E3E'

red 210 ◦ green 142 ◦ blue 62

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

Shades of Peru #D28E3E

Tints of Peru #D28E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.98%

R = 50.72%
G = 34.3%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D28E3E (or 0xD28E3E) is known color: Peru. HEX triplet: D2, 8E and 3E. RGB value is (210,142,62). Sum of RGB (Red+Green+Blue) = 210+142+62=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 62 (24.61% from 255 or 14.98% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28E3E is #2D71C1. Grayscale: #999999. Windows color (decimal): -2978242 or 4099794. OLE color: 4099794.

HSL color Cylindrical-coordinate representation of color #D28E3E: hue angle of 32.43º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D28E3E is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 142 62 -
CMYK 0 0.32 0.70 0.18
HSL 32.43º 0.62% 0.53% -
HSV(B) 32.43º 0.7% 0.82% -
XYZ 37.12 33.4 9.05 -
YUV 153.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 210 142 62 0 0.32 0.70 0.18 32.43 0.62 0.53
Hex D2 8E 3E 0 20 46 12 20 3E 35
Octal 322 216 76 0 40 106 22 40 76 65
Binary 11010010 10001110 111110 0 100000 1000110 10010 100000 111110 110101

Color Harmonies of #D28E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28E3E

Black with #D28E3E

Text Example


Text Example

White with #D28E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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