Html Css Color HEX #D38940 Peru

📋 copy color: '#D38940'

red 211 ◦ green 137 ◦ blue 64

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

Shades of Peru #D38940

Tints of Peru #D38940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.25%

 BLUE value IS 64 (25.39% from 255) = 15.53%

R = 51.21%
G = 33.25%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D38940 (or 0xD38940) is known color: Peru. HEX triplet: D3, 89 and 40. RGB value is (211,137,64). Sum of RGB (Red+Green+Blue) = 211+137+64=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D38940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38940 is #2C76BF. Grayscale: #979797. Windows color (decimal): -2913984 or 4229587. OLE color: 4229587.

HSL color Cylindrical-coordinate representation of color #D38940: hue angle of 29.8º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D38940 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 137 64 -
CMYK 0 0.35 0.70 0.17
HSL 29.8º 0.63% 0.54% -
HSV(B) 29.8º 0.7% 0.83% -
XYZ 36.74 32.11 9.11 -
YUV 150.8 79.02 170.94 -
System Red Green Blue C M Y K H S L
Decimal 211 137 64 0 0.35 0.70 0.17 29.8 0.63 0.54
Hex D3 89 40 0 23 46 11 1E 3F 36
Octal 323 211 100 0 43 106 21 36 77 66
Binary 11010011 10001001 1000000 0 100011 1000110 10001 11110 111111 110110

Color Harmonies of #D38940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38940

Black with #D38940

Text Example


Text Example

White with #D38940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38940; }

 p { color: rgb(211,137,64); }

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

background-color css

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

 a { background-color: rgb(211,137,64); }

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

border-color css

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

 span { border-color: rgb(211,137,64); }

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