Html Css Color HEX #D58E42 Peru

📋 copy color: '#D58E42'

red 213 ◦ green 142 ◦ blue 66

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

Shades of Peru #D58E42

Tints of Peru #D58E42

RGB

 RED value IS 213 (83.59% from 255) = 50.59%

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

 BLUE value IS 66 (26.17% from 255) = 15.68%

R = 50.59%
G = 33.73%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D58E42 (or 0xD58E42) is known color: Peru. HEX triplet: D5, 8E and 42. RGB value is (213,142,66). Sum of RGB (Red+Green+Blue) = 213+142+66=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58E42 is #2A71BD. Grayscale: #9A9A9A. Windows color (decimal): -2781630 or 4361941. OLE color: 4361941.

HSL color Cylindrical-coordinate representation of color #D58E42: hue angle of 31.02º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D58E42 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 142 66 -
CMYK 0 0.33 0.69 0.16
HSL 31.02º 0.64% 0.55% -
HSV(B) 31.02º 0.69% 0.84% -
XYZ 38.1 33.89 9.69 -
YUV 154.57 78.02 169.68 -
System Red Green Blue C M Y K H S L
Decimal 213 142 66 0 0.33 0.69 0.16 31.02 0.64 0.55
Hex D5 8E 42 0 21 45 10 1F 40 37
Octal 325 216 102 0 41 105 20 37 100 67
Binary 11010101 10001110 1000010 0 100001 1000101 10000 11111 1000000 110111

Color Harmonies of #D58E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58E42

Black with #D58E42

Text Example


Text Example

White with #D58E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58E42; }

 p { color: rgb(213,142,66); }

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

background-color css

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

 a { background-color: rgb(213,142,66); }

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

border-color css

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

 span { border-color: rgb(213,142,66); }

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