Html Css Color HEX #D58E44 Peru

📋 copy color: '#D58E44'

red 213 ◦ green 142 ◦ blue 68

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

Shades of Peru #D58E44

Tints of Peru #D58E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.08%

R = 50.35%
G = 33.57%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D58E44 (or 0xD58E44) is known color: Peru. HEX triplet: D5, 8E and 44. RGB value is (213,142,68). Sum of RGB (Red+Green+Blue) = 213+142+68=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58E44 is #2A71BB. Grayscale: #9B9B9B. Windows color (decimal): -2781628 or 4493013. OLE color: 4493013.

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

Color convert

RGB 213 142 68 -
CMYK 0 0.33 0.68 0.16
HSL 30.62º 0.63% 0.55% -
HSV(B) 30.62º 0.68% 0.84% -
XYZ 38.16 33.91 10 -
YUV 154.79 79.02 169.52 -
System Red Green Blue C M Y K H S L
Decimal 213 142 68 0 0.33 0.68 0.16 30.62 0.63 0.55
Hex D5 8E 44 0 21 44 10 1F 3F 37
Octal 325 216 104 0 41 104 20 37 77 67
Binary 11010101 10001110 1000100 0 100001 1000100 10000 11111 111111 110111

Color Harmonies of #D58E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58E44

Black with #D58E44

Text Example


Text Example

White with #D58E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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