Html Css Color HEX #D28D4B Peru

📋 copy color: '#D28D4B'

red 210 ◦ green 141 ◦ blue 75

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

Shades of Peru #D28D4B

Tints of Peru #D28D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.61%

R = 49.3%
G = 33.1%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D28D4B (or 0xD28D4B) is known color: Peru. HEX triplet: D2, 8D and 4B. RGB value is (210,141,75). Sum of RGB (Red+Green+Blue) = 210+141+75=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D4B is #2D72B4. Grayscale: #9A9A9A. Windows color (decimal): -2978485 or 4951506. OLE color: 4951506.

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

Color convert

RGB 210 141 75 -
CMYK 0 0.33 0.64 0.18
HSL 29.33º 0.6% 0.56% -
HSV(B) 29.33º 0.64% 0.82% -
XYZ 37.37 33.26 11.11 -
YUV 154.11 83.36 167.87 -
System Red Green Blue C M Y K H S L
Decimal 210 141 75 0 0.33 0.64 0.18 29.33 0.6 0.56
Hex D2 8D 4B 0 21 40 12 1D 3C 38
Octal 322 215 113 0 41 100 22 35 74 70
Binary 11010010 10001101 1001011 0 100001 1000000 10010 11101 111100 111000

Color Harmonies of #D28D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28D4B

Black with #D28D4B

Text Example


Text Example

White with #D28D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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