Html Css Color HEX #D28538 Peru

📋 copy color: '#D28538'

red 210 ◦ green 133 ◦ blue 56

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

Shades of Peru #D28538

Tints of Peru #D28538

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.33%

 BLUE value IS 56 (22.27% from 255) = 14.04%

R = 52.63%
G = 33.33%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D28538 (or 0xD28538) is known color: Peru. HEX triplet: D2, 85 and 38. RGB value is (210,133,56). Sum of RGB (Red+Green+Blue) = 210+133+56=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D28538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28538 is #2D7AC7. Grayscale: #939393. Windows color (decimal): -2980552 or 3704274. OLE color: 3704274.

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

Color convert

RGB 210 133 56 -
CMYK 0 0.37 0.73 0.18
HSL 30º 0.63% 0.52% -
HSV(B) 30º 0.73% 0.82% -
XYZ 35.68 30.76 7.8 -
YUV 147.25 76.51 172.76 -
System Red Green Blue C M Y K H S L
Decimal 210 133 56 0 0.37 0.73 0.18 30 0.63 0.52
Hex D2 85 38 0 25 49 12 1E 3F 34
Octal 322 205 70 0 45 111 22 36 77 64
Binary 11010010 10000101 111000 0 100101 1001001 10010 11110 111111 110100

Color Harmonies of #D28538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28538

Black with #D28538

Text Example


Text Example

White with #D28538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28538; }

 p { color: rgb(210,133,56); }

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

background-color css

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

 a { background-color: rgb(210,133,56); }

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

border-color css

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

 span { border-color: rgb(210,133,56); }

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