Html Css Color HEX #D58F42 Peru

📋 copy color: '#D58F42'

red 213 ◦ green 143 ◦ blue 66

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

Shades of Peru #D58F42

Tints of Peru #D58F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.64%

R = 50.47%
G = 33.89%
B = 15.64%

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

#D58F42 (or 0xD58F42) is known color: Peru. HEX triplet: D5, 8F and 42. RGB value is (213,143,66). Sum of RGB (Red+Green+Blue) = 213+143+66=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58F42 is #2A70BD. Grayscale: #9B9B9B. Windows color (decimal): -2781374 or 4362197. OLE color: 4362197.

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

Color convert

RGB 213 143 66 -
CMYK 0 0.33 0.69 0.16
HSL 31.43º 0.64% 0.55% -
HSV(B) 31.43º 0.69% 0.84% -
XYZ 38.25 34.18 9.74 -
YUV 155.15 77.69 169.26 -
System Red Green Blue C M Y K H S L
Decimal 213 143 66 0 0.33 0.69 0.16 31.43 0.64 0.55
Hex D5 8F 42 0 21 45 10 1F 40 37
Octal 325 217 102 0 41 105 20 37 100 67
Binary 11010101 10001111 1000010 0 100001 1000101 10000 11111 1000000 110111

Color Harmonies of #D58F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F42

Black with #D58F42

Text Example


Text Example

White with #D58F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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