Html Css Color HEX #D28544 Peru

📋 copy color: '#D28544'

red 210 ◦ green 133 ◦ blue 68

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

Shades of Peru #D28544

Tints of Peru #D28544

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.36%

 BLUE value IS 68 (26.95% from 255) = 16.55%

R = 51.09%
G = 32.36%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D28544 (or 0xD28544) is known color: Peru. HEX triplet: D2, 85 and 44. RGB value is (210,133,68). Sum of RGB (Red+Green+Blue) = 210+133+68=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D28544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28544 is #2D7ABB. Grayscale: #949494. Windows color (decimal): -2980540 or 4490706. OLE color: 4490706.

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

Color convert

RGB 210 133 68 -
CMYK 0 0.37 0.68 0.18
HSL 27.46º 0.61% 0.55% -
HSV(B) 27.46º 0.68% 0.82% -
XYZ 36.01 30.89 9.53 -
YUV 148.61 82.51 171.79 -
System Red Green Blue C M Y K H S L
Decimal 210 133 68 0 0.37 0.68 0.18 27.46 0.61 0.55
Hex D2 85 44 0 25 44 12 1B 3D 37
Octal 322 205 104 0 45 104 22 33 75 67
Binary 11010010 10000101 1000100 0 100101 1000100 10010 11011 111101 110111

Color Harmonies of #D28544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28544

Black with #D28544

Text Example


Text Example

White with #D28544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28544; }

 p { color: rgb(210,133,68); }

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

background-color css

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

 a { background-color: rgb(210,133,68); }

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

border-color css

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

 span { border-color: rgb(210,133,68); }

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