Html Css Color HEX #D38E41 Peru

📋 copy color: '#D38E41'

red 211 ◦ green 142 ◦ blue 65

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

Shades of Peru #D38E41

Tints of Peru #D38E41

RGB

 RED value IS 211 (82.81% from 255) = 50.48%

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

 BLUE value IS 65 (25.78% from 255) = 15.55%

R = 50.48%
G = 33.97%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D38E41 (or 0xD38E41) is known color: Peru. HEX triplet: D3, 8E and 41. RGB value is (211,142,65). Sum of RGB (Red+Green+Blue) = 211+142+65=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D38E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38E41 is #2C71BE. Grayscale: #9A9A9A. Windows color (decimal): -2912703 or 4296403. OLE color: 4296403.

HSL color Cylindrical-coordinate representation of color #D38E41: hue angle of 31.64º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D38E41 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 142 65 -
CMYK 0 0.33 0.69 0.17
HSL 31.64º 0.62% 0.54% -
HSV(B) 31.64º 0.69% 0.83% -
XYZ 37.49 33.58 9.51 -
YUV 153.85 77.86 168.76 -
System Red Green Blue C M Y K H S L
Decimal 211 142 65 0 0.33 0.69 0.17 31.64 0.62 0.54
Hex D3 8E 41 0 21 45 11 20 3E 36
Octal 323 216 101 0 41 105 21 40 76 66
Binary 11010011 10001110 1000001 0 100001 1000101 10001 100000 111110 110110

Color Harmonies of #D38E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38E41

Black with #D38E41

Text Example


Text Example

White with #D38E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38E41; }

 p { color: rgb(211,142,65); }

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

background-color css

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

 a { background-color: rgb(211,142,65); }

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

border-color css

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

 span { border-color: rgb(211,142,65); }

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