Html Css Color HEX #D58C40 Peru

📋 copy color: '#D58C40'

red 213 ◦ green 140 ◦ blue 64

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

Shades of Peru #D58C40

Tints of Peru #D58C40

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.57%

 BLUE value IS 64 (25.39% from 255) = 15.35%

R = 51.08%
G = 33.57%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D58C40 (or 0xD58C40) is known color: Peru. HEX triplet: D5, 8C and 40. RGB value is (213,140,64). Sum of RGB (Red+Green+Blue) = 213+140+64=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58C40 is #2A73BF. Grayscale: #999999. Windows color (decimal): -2782144 or 4230357. OLE color: 4230357.

HSL color Cylindrical-coordinate representation of color #D58C40: hue angle of 30.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D58C40 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 140 64 -
CMYK 0 0.34 0.70 0.16
HSL 30.6º 0.64% 0.54% -
HSV(B) 30.6º 0.7% 0.84% -
XYZ 37.74 33.27 9.28 -
YUV 153.16 77.68 170.68 -
System Red Green Blue C M Y K H S L
Decimal 213 140 64 0 0.34 0.70 0.16 30.6 0.64 0.54
Hex D5 8C 40 0 22 46 10 1F 40 36
Octal 325 214 100 0 42 106 20 37 100 66
Binary 11010101 10001100 1000000 0 100010 1000110 10000 11111 1000000 110110

Color Harmonies of #D58C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C40

Black with #D58C40

Text Example


Text Example

White with #D58C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C40; }

 p { color: rgb(213,140,64); }

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

background-color css

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

 a { background-color: rgb(213,140,64); }

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

border-color css

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

 span { border-color: rgb(213,140,64); }

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