Html Css Color HEX #D28647 Peru

📋 copy color: '#D28647'

red 210 ◦ green 134 ◦ blue 71

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

Shades of Peru #D28647

Tints of Peru #D28647

RGB

 RED value IS 210 (82.42% from 255) = 50.6%

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

 BLUE value IS 71 (28.13% from 255) = 17.11%

R = 50.6%
G = 32.29%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D28647 (or 0xD28647) is known color: Peru. HEX triplet: D2, 86 and 47. RGB value is (210,134,71). Sum of RGB (Red+Green+Blue) = 210+134+71=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D28647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28647 is #2D79B8. Grayscale: #959595. Windows color (decimal): -2980281 or 4687570. OLE color: 4687570.

HSL color Cylindrical-coordinate representation of color #D28647: hue angle of 27.19º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D28647 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 134 71 -
CMYK 0 0.36 0.66 0.18
HSL 27.19º 0.61% 0.55% -
HSV(B) 27.19º 0.66% 0.82% -
XYZ 36.24 31.21 10.07 -
YUV 149.54 83.68 171.12 -
System Red Green Blue C M Y K H S L
Decimal 210 134 71 0 0.36 0.66 0.18 27.19 0.61 0.55
Hex D2 86 47 0 24 42 12 1B 3D 37
Octal 322 206 107 0 44 102 22 33 75 67
Binary 11010010 10000110 1000111 0 100100 1000010 10010 11011 111101 110111

Color Harmonies of #D28647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28647

Black with #D28647

Text Example


Text Example

White with #D28647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28647; }

 p { color: rgb(210,134,71); }

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

background-color css

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

 a { background-color: rgb(210,134,71); }

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

border-color css

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

 span { border-color: rgb(210,134,71); }

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