Html Css Color HEX #D4843C Peru

📋 copy color: '#D4843C'

red 212 ◦ green 132 ◦ blue 60

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

Shades of Peru #D4843C

Tints of Peru #D4843C

RGB

 RED value IS 212 (83.2% from 255) = 52.48%

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

 BLUE value IS 60 (23.83% from 255) = 14.85%

R = 52.48%
G = 32.67%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4843C (or 0xD4843C) is known color: Peru. HEX triplet: D4, 84 and 3C. RGB value is (212,132,60). Sum of RGB (Red+Green+Blue) = 212+132+60=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4843C is #2B7BC3. Grayscale: #949494. Windows color (decimal): -2849732 or 3966164. OLE color: 3966164.

HSL color Cylindrical-coordinate representation of color #D4843C: hue angle of 28.42º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4843C is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 132 60 -
CMYK 0 0.38 0.72 0.17
HSL 28.42º 0.64% 0.53% -
HSV(B) 28.42º 0.72% 0.83% -
XYZ 36.22 30.83 8.32 -
YUV 147.71 78.5 173.85 -
System Red Green Blue C M Y K H S L
Decimal 212 132 60 0 0.38 0.72 0.17 28.42 0.64 0.53
Hex D4 84 3C 0 26 48 11 1C 40 35
Octal 324 204 74 0 46 110 21 34 100 65
Binary 11010100 10000100 111100 0 100110 1001000 10001 11100 1000000 110101

Color Harmonies of #D4843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4843C

Black with #D4843C

Text Example


Text Example

White with #D4843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4843C; }

 p { color: rgb(212,132,60); }

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

background-color css

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

 a { background-color: rgb(212,132,60); }

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

border-color css

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

 span { border-color: rgb(212,132,60); }

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