Html Css Color HEX #D28D3D Peru

📋 copy color: '#D28D3D'

red 210 ◦ green 141 ◦ blue 61

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

Shades of Peru #D28D3D

Tints of Peru #D28D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.81%

R = 50.97%
G = 34.22%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D28D3D (or 0xD28D3D) is known color: Peru. HEX triplet: D2, 8D and 3D. RGB value is (210,141,61). Sum of RGB (Red+Green+Blue) = 210+141+61=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D3D is #2D72C2. Grayscale: #989898. Windows color (decimal): -2978499 or 4034002. OLE color: 4034002.

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

Color convert

RGB 210 141 61 -
CMYK 0 0.33 0.71 0.18
HSL 32.21º 0.62% 0.53% -
HSV(B) 32.21º 0.71% 0.82% -
XYZ 36.95 33.09 8.85 -
YUV 152.51 76.36 169 -
System Red Green Blue C M Y K H S L
Decimal 210 141 61 0 0.33 0.71 0.18 32.21 0.62 0.53
Hex D2 8D 3D 0 21 47 12 20 3E 35
Octal 322 215 75 0 41 107 22 40 76 65
Binary 11010010 10001101 111101 0 100001 1000111 10010 100000 111110 110101

Color Harmonies of #D28D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28D3D

Black with #D28D3D

Text Example


Text Example

White with #D28D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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