Html Css Color HEX #D38442 Peru

📋 copy color: '#D38442'

red 211 ◦ green 132 ◦ blue 66

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

Shades of Peru #D38442

Tints of Peru #D38442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.27%

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

R = 51.59%
G = 32.27%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D38442 (or 0xD38442) is known color: Peru. HEX triplet: D3, 84 and 42. RGB value is (211,132,66). Sum of RGB (Red+Green+Blue) = 211+132+66=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D38442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38442 is #2C7BBD. Grayscale: #949494. Windows color (decimal): -2915262 or 4359379. OLE color: 4359379.

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

Color convert

RGB 211 132 66 -
CMYK 0 0.37 0.69 0.17
HSL 27.31º 0.62% 0.54% -
HSV(B) 27.31º 0.69% 0.83% -
XYZ 36.1 30.74 9.19 -
YUV 148.1 81.67 172.87 -
System Red Green Blue C M Y K H S L
Decimal 211 132 66 0 0.37 0.69 0.17 27.31 0.62 0.54
Hex D3 84 42 0 25 45 11 1B 3E 36
Octal 323 204 102 0 45 105 21 33 76 66
Binary 11010011 10000100 1000010 0 100101 1000101 10001 11011 111110 110110

Color Harmonies of #D38442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38442

Black with #D38442

Text Example


Text Example

White with #D38442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38442; }

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

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

background-color css

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

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

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

border-color css

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

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

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