Html Css Color HEX #D39042 Peru

📋 copy color: '#D39042'

red 211 ◦ green 144 ◦ blue 66

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

Shades of Peru #D39042

Tints of Peru #D39042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.68%

R = 50.12%
G = 34.2%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D39042 (or 0xD39042) is known color: Peru. HEX triplet: D3, 90 and 42. RGB value is (211,144,66). Sum of RGB (Red+Green+Blue) = 211+144+66=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D39042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39042 is #2C6FBD. Grayscale: #9B9B9B. Windows color (decimal): -2912190 or 4362451. OLE color: 4362451.

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

Color convert

RGB 211 144 66 -
CMYK 0 0.32 0.69 0.17
HSL 32.28º 0.62% 0.54% -
HSV(B) 32.28º 0.69% 0.83% -
XYZ 37.82 34.19 9.76 -
YUV 155.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 211 144 66 0 0.32 0.69 0.17 32.28 0.62 0.54
Hex D3 90 42 0 20 45 11 20 3E 36
Octal 323 220 102 0 40 105 21 40 76 66
Binary 11010011 10010000 1000010 0 100000 1000101 10001 100000 111110 110110

Color Harmonies of #D39042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39042

Black with #D39042

Text Example


Text Example

White with #D39042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39042; }

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

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

background-color css

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

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

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

border-color css

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

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

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