Html Css Color HEX #D28A3A Peru

📋 copy color: '#D28A3A'

red 210 ◦ green 138 ◦ blue 58

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

Shades of Peru #D28A3A

Tints of Peru #D28A3A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.99%

 BLUE value IS 58 (23.05% from 255) = 14.29%

R = 51.72%
G = 33.99%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D28A3A (or 0xD28A3A) is known color: Peru. HEX triplet: D2, 8A and 3A. RGB value is (210,138,58). Sum of RGB (Red+Green+Blue) = 210+138+58=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28A3A is #2D75C5. Grayscale: #969696. Windows color (decimal): -2979270 or 3836626. OLE color: 3836626.

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

Color convert

RGB 210 138 58 -
CMYK 0 0.34 0.72 0.18
HSL 31.58º 0.63% 0.53% -
HSV(B) 31.58º 0.72% 0.82% -
XYZ 36.43 32.18 8.3 -
YUV 150.41 75.85 170.5 -
System Red Green Blue C M Y K H S L
Decimal 210 138 58 0 0.34 0.72 0.18 31.58 0.63 0.53
Hex D2 8A 3A 0 22 48 12 20 3F 35
Octal 322 212 72 0 42 110 22 40 77 65
Binary 11010010 10001010 111010 0 100010 1001000 10010 100000 111111 110101

Color Harmonies of #D28A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28A3A

Black with #D28A3A

Text Example


Text Example

White with #D28A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28A3A; }

 p { color: rgb(210,138,58); }

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

background-color css

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

 a { background-color: rgb(210,138,58); }

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

border-color css

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

 span { border-color: rgb(210,138,58); }

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