Html Css Color HEX #D48942 Peru

📋 copy color: '#D48942'

red 212 ◦ green 137 ◦ blue 66

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

Shades of Peru #D48942

Tints of Peru #D48942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.01%

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

R = 51.08%
G = 33.01%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D48942 (or 0xD48942) is known color: Peru. HEX triplet: D4, 89 and 42. RGB value is (212,137,66). Sum of RGB (Red+Green+Blue) = 212+137+66=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D48942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48942 is #2B76BD. Grayscale: #979797. Windows color (decimal): -2848446 or 4360660. OLE color: 4360660.

HSL color Cylindrical-coordinate representation of color #D48942: hue angle of 29.18º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D48942 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 137 66 -
CMYK 0 0.35 0.69 0.17
HSL 29.18º 0.63% 0.55% -
HSV(B) 29.18º 0.69% 0.83% -
XYZ 37.08 32.28 9.43 -
YUV 151.33 79.85 171.27 -
System Red Green Blue C M Y K H S L
Decimal 212 137 66 0 0.35 0.69 0.17 29.18 0.63 0.55
Hex D4 89 42 0 23 45 11 1D 3F 37
Octal 324 211 102 0 43 105 21 35 77 67
Binary 11010100 10001001 1000010 0 100011 1000101 10001 11101 111111 110111

Color Harmonies of #D48942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48942

Black with #D48942

Text Example


Text Example

White with #D48942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48942; }

 p { color: rgb(212,137,66); }

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

background-color css

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

 a { background-color: rgb(212,137,66); }

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

border-color css

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

 span { border-color: rgb(212,137,66); }

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