Html Css Color HEX #D28E3F Peru

📋 copy color: '#D28E3F'

red 210 ◦ green 142 ◦ blue 63

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

Shades of Peru #D28E3F

Tints of Peru #D28E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.18%

R = 50.6%
G = 34.22%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D28E3F (or 0xD28E3F) is known color: Peru. HEX triplet: D2, 8E and 3F. RGB value is (210,142,63). Sum of RGB (Red+Green+Blue) = 210+142+63=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28E3F is #2D71C0. Grayscale: #999999. Windows color (decimal): -2978241 or 4165330. OLE color: 4165330.

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

Color convert

RGB 210 142 63 -
CMYK 0 0.32 0.70 0.18
HSL 32.24º 0.62% 0.54% -
HSV(B) 32.24º 0.7% 0.82% -
XYZ 37.15 33.41 9.19 -
YUV 153.33 77.03 168.42 -
System Red Green Blue C M Y K H S L
Decimal 210 142 63 0 0.32 0.70 0.18 32.24 0.62 0.54
Hex D2 8E 3F 0 20 46 12 20 3E 36
Octal 322 216 77 0 40 106 22 40 76 66
Binary 11010010 10001110 111111 0 100000 1000110 10010 100000 111110 110110

Color Harmonies of #D28E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28E3F

Black with #D28E3F

Text Example


Text Example

White with #D28E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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