Html Css Color HEX #D28940 Peru

📋 copy color: '#D28940'

red 210 ◦ green 137 ◦ blue 64

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

Shades of Peru #D28940

Tints of Peru #D28940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.33%

 BLUE value IS 64 (25.39% from 255) = 15.57%

R = 51.09%
G = 33.33%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D28940 (or 0xD28940) is known color: Peru. HEX triplet: D2, 89 and 40. RGB value is (210,137,64). Sum of RGB (Red+Green+Blue) = 210+137+64=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D28940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28940 is #2D76BF. Grayscale: #969696. Windows color (decimal): -2979520 or 4229586. OLE color: 4229586.

HSL color Cylindrical-coordinate representation of color #D28940: hue angle of 30º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D28940 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 137 64 -
CMYK 0 0.35 0.70 0.18
HSL 30º 0.62% 0.54% -
HSV(B) 30º 0.7% 0.82% -
XYZ 36.45 31.96 9.1 -
YUV 150.51 79.18 170.44 -
System Red Green Blue C M Y K H S L
Decimal 210 137 64 0 0.35 0.70 0.18 30 0.62 0.54
Hex D2 89 40 0 23 46 12 1E 3E 36
Octal 322 211 100 0 43 106 22 36 76 66
Binary 11010010 10001001 1000000 0 100011 1000110 10010 11110 111110 110110

Color Harmonies of #D28940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28940

Black with #D28940

Text Example


Text Example

White with #D28940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28940; }

 p { color: rgb(210,137,64); }

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

background-color css

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

 a { background-color: rgb(210,137,64); }

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

border-color css

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

 span { border-color: rgb(210,137,64); }

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