Html Css Color HEX #D28342 Peru

📋 copy color: '#D28342'

red 210 ◦ green 131 ◦ blue 66

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

Shades of Peru #D28342

Tints of Peru #D28342

RGB

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

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

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

R = 51.6%
G = 32.19%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D28342 (or 0xD28342) is known color: Peru. HEX triplet: D2, 83 and 42. RGB value is (210,131,66). Sum of RGB (Red+Green+Blue) = 210+131+66=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D28342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28342 is #2D7CBD. Grayscale: #939393. Windows color (decimal): -2981054 or 4359122. OLE color: 4359122.

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

Color convert

RGB 210 131 66 -
CMYK 0 0.38 0.69 0.18
HSL 27.08º 0.62% 0.54% -
HSV(B) 27.08º 0.69% 0.82% -
XYZ 35.68 30.33 9.13 -
YUV 147.21 82.17 172.79 -
System Red Green Blue C M Y K H S L
Decimal 210 131 66 0 0.38 0.69 0.18 27.08 0.62 0.54
Hex D2 83 42 0 26 45 12 1B 3E 36
Octal 322 203 102 0 46 105 22 33 76 66
Binary 11010010 10000011 1000010 0 100110 1000101 10010 11011 111110 110110

Color Harmonies of #D28342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28342

Black with #D28342

Text Example


Text Example

White with #D28342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28342; }

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

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

background-color css

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

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

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

border-color css

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

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

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