Html Css Color HEX #D28E41 Peru

📋 copy color: '#D28E41'

red 210 ◦ green 142 ◦ blue 65

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

Shades of Peru #D28E41

Tints of Peru #D28E41

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.05%

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

R = 50.36%
G = 34.05%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D28E41 (or 0xD28E41) is known color: Peru. HEX triplet: D2, 8E and 41. RGB value is (210,142,65). Sum of RGB (Red+Green+Blue) = 210+142+65=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28E41 is #2D71BE. Grayscale: #999999. Windows color (decimal): -2978239 or 4296402. OLE color: 4296402.

HSL color Cylindrical-coordinate representation of color #D28E41: hue angle of 31.86º 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 #D28E41 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 142 65 -
CMYK 0 0.32 0.69 0.18
HSL 31.86º 0.62% 0.54% -
HSV(B) 31.86º 0.69% 0.82% -
XYZ 37.21 33.43 9.49 -
YUV 153.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 210 142 65 0 0.32 0.69 0.18 31.86 0.62 0.54
Hex D2 8E 41 0 20 45 12 20 3E 36
Octal 322 216 101 0 40 105 22 40 76 66
Binary 11010010 10001110 1000001 0 100000 1000101 10010 100000 111110 110110

Color Harmonies of #D28E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28E41

Black with #D28E41

Text Example


Text Example

White with #D28E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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