Html Css Color HEX #D28C40 Peru

📋 copy color: '#D28C40'

red 210 ◦ green 140 ◦ blue 64

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

Shades of Peru #D28C40

Tints of Peru #D28C40

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.82%

 BLUE value IS 64 (25.39% from 255) = 15.46%

R = 50.72%
G = 33.82%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D28C40 (or 0xD28C40) is known color: Peru. HEX triplet: D2, 8C and 40. RGB value is (210,140,64). Sum of RGB (Red+Green+Blue) = 210+140+64=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C40 is #2D73BF. Grayscale: #989898. Windows color (decimal): -2978752 or 4230354. OLE color: 4230354.

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

Color convert

RGB 210 140 64 -
CMYK 0 0.33 0.70 0.18
HSL 31.23º 0.62% 0.54% -
HSV(B) 31.23º 0.7% 0.82% -
XYZ 36.88 32.83 9.24 -
YUV 152.27 78.19 169.18 -
System Red Green Blue C M Y K H S L
Decimal 210 140 64 0 0.33 0.70 0.18 31.23 0.62 0.54
Hex D2 8C 40 0 21 46 12 1F 3E 36
Octal 322 214 100 0 41 106 22 37 76 66
Binary 11010010 10001100 1000000 0 100001 1000110 10010 11111 111110 110110

Color Harmonies of #D28C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C40

Black with #D28C40

Text Example


Text Example

White with #D28C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C40; }

 p { color: rgb(210,140,64); }

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

background-color css

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

 a { background-color: rgb(210,140,64); }

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

border-color css

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

 span { border-color: rgb(210,140,64); }

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