Html Css Color HEX #D58F43 Peru

📋 copy color: '#D58F43'

red 213 ◦ green 143 ◦ blue 67

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

Shades of Peru #D58F43

Tints of Peru #D58F43

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.81%

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

R = 50.35%
G = 33.81%
B = 15.84%

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

#D58F43 (or 0xD58F43) is known color: Peru. HEX triplet: D5, 8F and 43. RGB value is (213,143,67). Sum of RGB (Red+Green+Blue) = 213+143+67=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58F43 is #2A70BC. Grayscale: #9B9B9B. Windows color (decimal): -2781373 or 4427733. OLE color: 4427733.

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

Color convert

RGB 213 143 67 -
CMYK 0 0.33 0.69 0.16
HSL 31.23º 0.63% 0.55% -
HSV(B) 31.23º 0.69% 0.84% -
XYZ 38.28 34.2 9.89 -
YUV 155.27 78.19 169.18 -
System Red Green Blue C M Y K H S L
Decimal 213 143 67 0 0.33 0.69 0.16 31.23 0.63 0.55
Hex D5 8F 43 0 21 45 10 1F 3F 37
Octal 325 217 103 0 41 105 20 37 77 67
Binary 11010101 10001111 1000011 0 100001 1000101 10000 11111 111111 110111

Color Harmonies of #D58F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F43

Black with #D58F43

Text Example


Text Example

White with #D58F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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