Html Css Color HEX #D28441 Peru

📋 copy color: '#D28441'

red 210 ◦ green 132 ◦ blue 65

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

Shades of Peru #D28441

Tints of Peru #D28441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.97%

R = 51.6%
G = 32.43%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D28441 (or 0xD28441) is known color: Peru. HEX triplet: D2, 84 and 41. RGB value is (210,132,65). Sum of RGB (Red+Green+Blue) = 210+132+65=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D28441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28441 is #2D7BBE. Grayscale: #949494. Windows color (decimal): -2980799 or 4293842. OLE color: 4293842.

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

Color convert

RGB 210 132 65 -
CMYK 0 0.37 0.69 0.18
HSL 27.72º 0.62% 0.54% -
HSV(B) 27.72º 0.69% 0.82% -
XYZ 35.78 30.59 9.02 -
YUV 147.68 81.34 172.45 -
System Red Green Blue C M Y K H S L
Decimal 210 132 65 0 0.37 0.69 0.18 27.72 0.62 0.54
Hex D2 84 41 0 25 45 12 1C 3E 36
Octal 322 204 101 0 45 105 22 34 76 66
Binary 11010010 10000100 1000001 0 100101 1000101 10010 11100 111110 110110

Color Harmonies of #D28441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28441

Black with #D28441

Text Example


Text Example

White with #D28441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28441; }

 p { color: rgb(210,132,65); }

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

background-color css

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

 a { background-color: rgb(210,132,65); }

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

border-color css

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

 span { border-color: rgb(210,132,65); }

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