Html Css Color HEX #D2894A Peru

📋 copy color: '#D2894A'

red 210 ◦ green 137 ◦ blue 74

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

Shades of Peru #D2894A

Tints of Peru #D2894A

RGB

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

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

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

R = 49.88%
G = 32.54%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2894A (or 0xD2894A) is known color: Peru. HEX triplet: D2, 89 and 4A. RGB value is (210,137,74). Sum of RGB (Red+Green+Blue) = 210+137+74=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2894A is #2D76B5. Grayscale: #979797. Windows color (decimal): -2979510 or 4884946. OLE color: 4884946.

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

Color convert

RGB 210 137 74 -
CMYK 0 0.35 0.65 0.18
HSL 27.79º 0.6% 0.56% -
HSV(B) 27.79º 0.65% 0.82% -
XYZ 36.76 32.09 10.73 -
YUV 151.65 84.18 169.62 -
System Red Green Blue C M Y K H S L
Decimal 210 137 74 0 0.35 0.65 0.18 27.79 0.6 0.56
Hex D2 89 4A 0 23 41 12 1C 3C 38
Octal 322 211 112 0 43 101 22 34 74 70
Binary 11010010 10001001 1001010 0 100011 1000001 10010 11100 111100 111000

Color Harmonies of #D2894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2894A

Black with #D2894A

Text Example


Text Example

White with #D2894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2894A; }

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

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

background-color css

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

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

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

border-color css

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

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

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