Html Css Color HEX #D28D42 Peru

📋 copy color: '#D28D42'

red 210 ◦ green 141 ◦ blue 66

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

Shades of Peru #D28D42

Tints of Peru #D28D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.83%

R = 50.36%
G = 33.81%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D28D42 (or 0xD28D42) is known color: Peru. HEX triplet: D2, 8D and 42. RGB value is (210,141,66). Sum of RGB (Red+Green+Blue) = 210+141+66=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D42 is #2D72BD. Grayscale: #999999. Windows color (decimal): -2978494 or 4361682. OLE color: 4361682.

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

Color convert

RGB 210 141 66 -
CMYK 0 0.33 0.69 0.18
HSL 31.25º 0.62% 0.54% -
HSV(B) 31.25º 0.69% 0.82% -
XYZ 37.09 33.14 9.6 -
YUV 153.08 78.86 168.6 -
System Red Green Blue C M Y K H S L
Decimal 210 141 66 0 0.33 0.69 0.18 31.25 0.62 0.54
Hex D2 8D 42 0 21 45 12 1F 3E 36
Octal 322 215 102 0 41 105 22 37 76 66
Binary 11010010 10001101 1000010 0 100001 1000101 10010 11111 111110 110110

Color Harmonies of #D28D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28D42

Black with #D28D42

Text Example


Text Example

White with #D28D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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