Html Css Color HEX #D38D40 Peru

📋 copy color: '#D38D40'

red 211 ◦ green 141 ◦ blue 64

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

Shades of Peru #D38D40

Tints of Peru #D38D40

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.89%

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

R = 50.72%
G = 33.89%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D38D40 (or 0xD38D40) is known color: Peru. HEX triplet: D3, 8D and 40. RGB value is (211,141,64). Sum of RGB (Red+Green+Blue) = 211+141+64=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38D40 is #2C72BF. Grayscale: #999999. Windows color (decimal): -2912960 or 4230611. OLE color: 4230611.

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

Color convert

RGB 211 141 64 -
CMYK 0 0.33 0.70 0.17
HSL 31.43º 0.63% 0.54% -
HSV(B) 31.43º 0.7% 0.83% -
XYZ 37.31 33.27 9.31 -
YUV 153.15 77.69 169.26 -
System Red Green Blue C M Y K H S L
Decimal 211 141 64 0 0.33 0.70 0.17 31.43 0.63 0.54
Hex D3 8D 40 0 21 46 11 1F 3F 36
Octal 323 215 100 0 41 106 21 37 77 66
Binary 11010011 10001101 1000000 0 100001 1000110 10001 11111 111111 110110

Color Harmonies of #D38D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38D40

Black with #D38D40

Text Example


Text Example

White with #D38D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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