Html Css Color HEX #D38C40 Peru

📋 copy color: '#D38C40'

red 211 ◦ green 140 ◦ blue 64

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

Shades of Peru #D38C40

Tints of Peru #D38C40

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.73%

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

R = 50.84%
G = 33.73%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D38C40 (or 0xD38C40) is known color: Peru. HEX triplet: D3, 8C and 40. RGB value is (211,140,64). Sum of RGB (Red+Green+Blue) = 211+140+64=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38C40 is #2C73BF. Grayscale: #989898. Windows color (decimal): -2913216 or 4230355. OLE color: 4230355.

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

Color convert

RGB 211 140 64 -
CMYK 0 0.34 0.70 0.17
HSL 31.02º 0.63% 0.54% -
HSV(B) 31.02º 0.7% 0.83% -
XYZ 37.17 32.98 9.26 -
YUV 152.57 78.02 169.68 -
System Red Green Blue C M Y K H S L
Decimal 211 140 64 0 0.34 0.70 0.17 31.02 0.63 0.54
Hex D3 8C 40 0 22 46 11 1F 3F 36
Octal 323 214 100 0 42 106 21 37 77 66
Binary 11010011 10001100 1000000 0 100010 1000110 10001 11111 111111 110110

Color Harmonies of #D38C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38C40

Black with #D38C40

Text Example


Text Example

White with #D38C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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