Html Css Color HEX #D38642 Peru

📋 copy color: '#D38642'

red 211 ◦ green 134 ◦ blue 66

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

Shades of Peru #D38642

Tints of Peru #D38642

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.6%

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

R = 51.34%
G = 32.6%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D38642 (or 0xD38642) is known color: Peru. HEX triplet: D3, 86 and 42. RGB value is (211,134,66). Sum of RGB (Red+Green+Blue) = 211+134+66=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D38642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38642 is #2C79BD. Grayscale: #959595. Windows color (decimal): -2914750 or 4359891. OLE color: 4359891.

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

Color convert

RGB 211 134 66 -
CMYK 0 0.36 0.69 0.17
HSL 28.14º 0.62% 0.54% -
HSV(B) 28.14º 0.69% 0.83% -
XYZ 36.37 31.29 9.28 -
YUV 149.27 81.01 172.03 -
System Red Green Blue C M Y K H S L
Decimal 211 134 66 0 0.36 0.69 0.17 28.14 0.62 0.54
Hex D3 86 42 0 24 45 11 1C 3E 36
Octal 323 206 102 0 44 105 21 34 76 66
Binary 11010011 10000110 1000010 0 100100 1000101 10001 11100 111110 110110

Color Harmonies of #D38642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38642

Black with #D38642

Text Example


Text Example

White with #D38642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38642; }

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

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

background-color css

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

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

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

border-color css

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

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

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