Html Css Color HEX #D28239 Peru

📋 copy color: '#D28239'

red 210 ◦ green 130 ◦ blue 57

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

Shades of Peru #D28239

Tints of Peru #D28239

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

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

R = 52.9%
G = 32.75%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D28239 (or 0xD28239) is known color: Peru. HEX triplet: D2, 82 and 39. RGB value is (210,130,57). Sum of RGB (Red+Green+Blue) = 210+130+57=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D28239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28239 is #2D7DC6. Grayscale: #919191. Windows color (decimal): -2981319 or 3769042. OLE color: 3769042.

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

Color convert

RGB 210 130 57 -
CMYK 0 0.38 0.73 0.18
HSL 28.63º 0.63% 0.52% -
HSV(B) 28.63º 0.73% 0.82% -
XYZ 35.3 29.96 7.79 -
YUV 145.6 78 173.94 -
System Red Green Blue C M Y K H S L
Decimal 210 130 57 0 0.38 0.73 0.18 28.63 0.63 0.52
Hex D2 82 39 0 26 49 12 1D 3F 34
Octal 322 202 71 0 46 111 22 35 77 64
Binary 11010010 10000010 111001 0 100110 1001001 10010 11101 111111 110100

Color Harmonies of #D28239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28239

Black with #D28239

Text Example


Text Example

White with #D28239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28239; }

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

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

background-color css

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

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

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

border-color css

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

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

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