Html Css Color HEX #D5803C Peru

📋 copy color: '#D5803C'

red 213 ◦ green 128 ◦ blue 60

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

Shades of Peru #D5803C

Tints of Peru #D5803C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.92%

 BLUE value IS 60 (23.83% from 255) = 14.96%

R = 53.12%
G = 31.92%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5803C (or 0xD5803C) is known color: Peru. HEX triplet: D5, 80 and 3C. RGB value is (213,128,60). Sum of RGB (Red+Green+Blue) = 213+128+60=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5803C is #2A7FC3. Grayscale: #929292. Windows color (decimal): -2785220 or 3965141. OLE color: 3965141.

HSL color Cylindrical-coordinate representation of color #D5803C: hue angle of 26.67º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5803C is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 128 60 -
CMYK 0 0.40 0.72 0.16
HSL 26.67º 0.65% 0.54% -
HSV(B) 26.67º 0.72% 0.84% -
XYZ 35.98 29.91 8.15 -
YUV 145.66 79.66 176.03 -
System Red Green Blue C M Y K H S L
Decimal 213 128 60 0 0.40 0.72 0.16 26.67 0.65 0.54
Hex D5 80 3C 0 28 48 10 1B 41 36
Octal 325 200 74 0 50 110 20 33 101 66
Binary 11010101 10000000 111100 0 101000 1001000 10000 11011 1000001 110110

Color Harmonies of #D5803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5803C

Black with #D5803C

Text Example


Text Example

White with #D5803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5803C; }

 p { color: rgb(213,128,60); }

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

background-color css

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

 a { background-color: rgb(213,128,60); }

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

border-color css

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

 span { border-color: rgb(213,128,60); }

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