Html Css Color HEX #D28139 Peru

📋 copy color: '#D28139'

red 210 ◦ green 129 ◦ blue 57

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

Shades of Peru #D28139

Tints of Peru #D28139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.58%

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

R = 53.03%
G = 32.58%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D28139 (or 0xD28139) is known color: Peru. HEX triplet: D2, 81 and 39. RGB value is (210,129,57). Sum of RGB (Red+Green+Blue) = 210+129+57=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 57 (22.66% from 255 or 14.39% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D28139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28139 is #2D7EC6. Grayscale: #919191. Windows color (decimal): -2981575 or 3768786. OLE color: 3768786.

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

Color convert

RGB 210 129 57 -
CMYK 0 0.39 0.73 0.18
HSL 28.24º 0.63% 0.52% -
HSV(B) 28.24º 0.73% 0.82% -
XYZ 35.17 29.7 7.75 -
YUV 145.01 78.34 174.35 -
System Red Green Blue C M Y K H S L
Decimal 210 129 57 0 0.39 0.73 0.18 28.24 0.63 0.52
Hex D2 81 39 0 27 49 12 1C 3F 34
Octal 322 201 71 0 47 111 22 34 77 64
Binary 11010010 10000001 111001 0 100111 1001001 10010 11100 111111 110100

Color Harmonies of #D28139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28139

Black with #D28139

Text Example


Text Example

White with #D28139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28139; }

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

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

background-color css

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

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

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

border-color css

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

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

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