Html Css Color HEX #D28340 Peru

📋 copy color: '#D28340'

red 210 ◦ green 131 ◦ blue 64

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

Shades of Peru #D28340

Tints of Peru #D28340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

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

R = 51.85%
G = 32.35%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D28340 (or 0xD28340) is known color: Peru. HEX triplet: D2, 83 and 40. RGB value is (210,131,64). Sum of RGB (Red+Green+Blue) = 210+131+64=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D28340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28340 is #2D7CBF. Grayscale: #939393. Windows color (decimal): -2981056 or 4228050. OLE color: 4228050.

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

Color convert

RGB 210 131 64 -
CMYK 0 0.38 0.70 0.18
HSL 27.53º 0.62% 0.54% -
HSV(B) 27.53º 0.7% 0.82% -
XYZ 35.62 30.3 8.82 -
YUV 146.98 81.17 172.95 -
System Red Green Blue C M Y K H S L
Decimal 210 131 64 0 0.38 0.70 0.18 27.53 0.62 0.54
Hex D2 83 40 0 26 46 12 1C 3E 36
Octal 322 203 100 0 46 106 22 34 76 66
Binary 11010010 10000011 1000000 0 100110 1000110 10010 11100 111110 110110

Color Harmonies of #D28340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28340

Black with #D28340

Text Example


Text Example

White with #D28340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28340; }

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

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

background-color css

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

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

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

border-color css

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

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

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