Html Css Color HEX #D48C40 Peru

📋 copy color: '#D48C40'

red 212 ◦ green 140 ◦ blue 64

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

Shades of Peru #D48C40

Tints of Peru #D48C40

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.65%

 BLUE value IS 64 (25.39% from 255) = 15.38%

R = 50.96%
G = 33.65%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D48C40 (or 0xD48C40) is known color: Peru. HEX triplet: D4, 8C and 40. RGB value is (212,140,64). Sum of RGB (Red+Green+Blue) = 212+140+64=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48C40 is #2B73BF. Grayscale: #999999. Windows color (decimal): -2847680 or 4230356. OLE color: 4230356.

HSL color Cylindrical-coordinate representation of color #D48C40: hue angle of 30.81º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D48C40 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 140 64 -
CMYK 0 0.34 0.70 0.17
HSL 30.81º 0.63% 0.54% -
HSV(B) 30.81º 0.7% 0.83% -
XYZ 37.45 33.12 9.27 -
YUV 152.86 77.85 170.18 -
System Red Green Blue C M Y K H S L
Decimal 212 140 64 0 0.34 0.70 0.17 30.81 0.63 0.54
Hex D4 8C 40 0 22 46 11 1F 3F 36
Octal 324 214 100 0 42 106 21 37 77 66
Binary 11010100 10001100 1000000 0 100010 1000110 10001 11111 111111 110110

Color Harmonies of #D48C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48C40

Black with #D48C40

Text Example


Text Example

White with #D48C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48C40; }

 p { color: rgb(212,140,64); }

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

background-color css

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

 a { background-color: rgb(212,140,64); }

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

border-color css

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

 span { border-color: rgb(212,140,64); }

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