Html Css Color HEX #D28F40 Peru

📋 copy color: '#D28F40'

red 210 ◦ green 143 ◦ blue 64

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

Shades of Peru #D28F40

Tints of Peru #D28F40

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

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

R = 50.36%
G = 34.29%
B = 15.35%

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

#D28F40 (or 0xD28F40) is known color: Peru. HEX triplet: D2, 8F and 40. RGB value is (210,143,64). Sum of RGB (Red+Green+Blue) = 210+143+64=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28F40 is #2D70BF. Grayscale: #9A9A9A. Windows color (decimal): -2977984 or 4231122. OLE color: 4231122.

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

Color convert

RGB 210 143 64 -
CMYK 0 0.32 0.70 0.18
HSL 32.47º 0.62% 0.54% -
HSV(B) 32.47º 0.7% 0.82% -
XYZ 37.33 33.72 9.39 -
YUV 154.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 210 143 64 0 0.32 0.70 0.18 32.47 0.62 0.54
Hex D2 8F 40 0 20 46 12 20 3E 36
Octal 322 217 100 0 40 106 22 40 76 66
Binary 11010010 10001111 1000000 0 100000 1000110 10010 100000 111110 110110

Color Harmonies of #D28F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28F40

Black with #D28F40

Text Example


Text Example

White with #D28F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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