Html Css Color HEX #D28539 Peru

📋 copy color: '#D28539'

red 210 ◦ green 133 ◦ blue 57

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

Shades of Peru #D28539

Tints of Peru #D28539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.25%

R = 52.5%
G = 33.25%
B = 14.25%

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

#D28539 (or 0xD28539) is known color: Peru. HEX triplet: D2, 85 and 39. RGB value is (210,133,57). Sum of RGB (Red+Green+Blue) = 210+133+57=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 57 (22.66% from 255 or 14.25% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D28539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28539 is #2D7AC6. Grayscale: #939393. Windows color (decimal): -2980551 or 3769810. OLE color: 3769810.

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

Color convert

RGB 210 133 57 -
CMYK 0 0.37 0.73 0.18
HSL 29.8º 0.63% 0.52% -
HSV(B) 29.8º 0.73% 0.82% -
XYZ 35.7 30.77 7.93 -
YUV 147.36 77.01 172.68 -
System Red Green Blue C M Y K H S L
Decimal 210 133 57 0 0.37 0.73 0.18 29.8 0.63 0.52
Hex D2 85 39 0 25 49 12 1E 3F 34
Octal 322 205 71 0 45 111 22 36 77 64
Binary 11010010 10000101 111001 0 100101 1001001 10010 11110 111111 110100

Color Harmonies of #D28539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28539

Black with #D28539

Text Example


Text Example

White with #D28539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28539; }

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

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

background-color css

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

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

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

border-color css

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

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

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