Html Css Color HEX #D28C4A Peru

📋 copy color: '#D28C4A'

red 210 ◦ green 140 ◦ blue 74

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

Shades of Peru #D28C4A

Tints of Peru #D28C4A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.02%

 BLUE value IS 74 (29.3% from 255) = 17.45%

R = 49.53%
G = 33.02%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D28C4A (or 0xD28C4A) is known color: Peru. HEX triplet: D2, 8C and 4A. RGB value is (210,140,74). Sum of RGB (Red+Green+Blue) = 210+140+74=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C4A is #2D73B5. Grayscale: #999999. Windows color (decimal): -2978742 or 4885714. OLE color: 4885714.

HSL color Cylindrical-coordinate representation of color #D28C4A: hue angle of 29.12º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D28C4A is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 140 74 -
CMYK 0 0.33 0.65 0.18
HSL 29.12º 0.6% 0.56% -
HSV(B) 29.12º 0.65% 0.82% -
XYZ 37.19 32.95 10.88 -
YUV 153.41 83.19 168.37 -
System Red Green Blue C M Y K H S L
Decimal 210 140 74 0 0.33 0.65 0.18 29.12 0.6 0.56
Hex D2 8C 4A 0 21 41 12 1D 3C 38
Octal 322 214 112 0 41 101 22 35 74 70
Binary 11010010 10001100 1001010 0 100001 1000001 10010 11101 111100 111000

Color Harmonies of #D28C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C4A

Black with #D28C4A

Text Example


Text Example

White with #D28C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C4A; }

 p { color: rgb(210,140,74); }

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

background-color css

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

 a { background-color: rgb(210,140,74); }

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

border-color css

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

 span { border-color: rgb(210,140,74); }

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