Html Css Color HEX #D28D4D Peru

📋 copy color: '#D28D4D'

red 210 ◦ green 141 ◦ blue 77

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

Shades of Peru #D28D4D

Tints of Peru #D28D4D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.94%

 BLUE value IS 77 (30.47% from 255) = 17.99%

R = 49.07%
G = 32.94%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D28D4D (or 0xD28D4D) is known color: Peru. HEX triplet: D2, 8D and 4D. RGB value is (210,141,77). Sum of RGB (Red+Green+Blue) = 210+141+77=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28D4D is #2D72B2. Grayscale: #9A9A9A. Windows color (decimal): -2978483 or 5082578. OLE color: 5082578.

HSL color Cylindrical-coordinate representation of color #D28D4D: hue angle of 28.87º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D28D4D is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 141 77 -
CMYK 0 0.33 0.63 0.18
HSL 28.87º 0.6% 0.56% -
HSV(B) 28.87º 0.63% 0.82% -
XYZ 37.44 33.29 11.47 -
YUV 154.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 210 141 77 0 0.33 0.63 0.18 28.87 0.6 0.56
Hex D2 8D 4D 0 21 3F 12 1D 3C 38
Octal 322 215 115 0 41 77 22 35 74 70
Binary 11010010 10001101 1001101 0 100001 111111 10010 11101 111100 111000

Color Harmonies of #D28D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28D4D

Black with #D28D4D

Text Example


Text Example

White with #D28D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28D4D; }

 p { color: rgb(210,141,77); }

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

background-color css

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

 a { background-color: rgb(210,141,77); }

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

border-color css

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

 span { border-color: rgb(210,141,77); }

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