Html Css Color HEX #D58E43 Peru

📋 copy color: '#D58E43'

red 213 ◦ green 142 ◦ blue 67

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

Shades of Peru #D58E43

Tints of Peru #D58E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.88%

R = 50.47%
G = 33.65%
B = 15.88%

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

#D58E43 (or 0xD58E43) is known color: Peru. HEX triplet: D5, 8E and 43. RGB value is (213,142,67). Sum of RGB (Red+Green+Blue) = 213+142+67=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58E43 is #2A71BC. Grayscale: #9B9B9B. Windows color (decimal): -2781629 or 4427477. OLE color: 4427477.

HSL color Cylindrical-coordinate representation of color #D58E43: hue angle of 30.82º degrees, saturation: 0.63, 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 #D58E43 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 142 67 -
CMYK 0 0.33 0.69 0.16
HSL 30.82º 0.63% 0.55% -
HSV(B) 30.82º 0.69% 0.84% -
XYZ 38.13 33.9 9.84 -
YUV 154.68 78.52 169.6 -
System Red Green Blue C M Y K H S L
Decimal 213 142 67 0 0.33 0.69 0.16 30.82 0.63 0.55
Hex D5 8E 43 0 21 45 10 1F 3F 37
Octal 325 216 103 0 41 105 20 37 77 67
Binary 11010101 10001110 1000011 0 100001 1000101 10000 11111 111111 110111

Color Harmonies of #D58E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58E43

Black with #D58E43

Text Example


Text Example

White with #D58E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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