Html Css Color HEX #D39043 Peru

📋 copy color: '#D39043'

red 211 ◦ green 144 ◦ blue 67

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

Shades of Peru #D39043

Tints of Peru #D39043

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.12%

 BLUE value IS 67 (26.56% from 255) = 15.88%

R = 50%
G = 34.12%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D39043 (or 0xD39043) is known color: Peru. HEX triplet: D3, 90 and 43. RGB value is (211,144,67). Sum of RGB (Red+Green+Blue) = 211+144+67=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D39043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39043 is #2C6FBC. Grayscale: #9B9B9B. Windows color (decimal): -2912189 or 4427987. OLE color: 4427987.

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

Color convert

RGB 211 144 67 -
CMYK 0 0.32 0.68 0.17
HSL 32.08º 0.62% 0.55% -
HSV(B) 32.08º 0.68% 0.83% -
XYZ 37.85 34.2 9.92 -
YUV 155.26 78.2 167.76 -
System Red Green Blue C M Y K H S L
Decimal 211 144 67 0 0.32 0.68 0.17 32.08 0.62 0.55
Hex D3 90 43 0 20 44 11 20 3E 37
Octal 323 220 103 0 40 104 21 40 76 67
Binary 11010011 10010000 1000011 0 100000 1000100 10001 100000 111110 110111

Color Harmonies of #D39043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39043

Black with #D39043

Text Example


Text Example

White with #D39043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39043; }

 p { color: rgb(211,144,67); }

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

background-color css

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

 a { background-color: rgb(211,144,67); }

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

border-color css

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

 span { border-color: rgb(211,144,67); }

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