Html Css Color HEX #D2884A Peru

📋 copy color: '#D2884A'

red 210 ◦ green 136 ◦ blue 74

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

Shades of Peru #D2884A

Tints of Peru #D2884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.38%

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

R = 50%
G = 32.38%
B = 17.62%

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

#D2884A (or 0xD2884A) is known color: Peru. HEX triplet: D2, 88 and 4A. RGB value is (210,136,74). Sum of RGB (Red+Green+Blue) = 210+136+74=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2884A is #2D77B5. Grayscale: #979797. Windows color (decimal): -2979766 or 4884690. OLE color: 4884690.

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

Color convert

RGB 210 136 74 -
CMYK 0 0.35 0.65 0.18
HSL 27.35º 0.6% 0.56% -
HSV(B) 27.35º 0.65% 0.82% -
XYZ 36.62 31.8 10.69 -
YUV 151.06 84.52 170.04 -
System Red Green Blue C M Y K H S L
Decimal 210 136 74 0 0.35 0.65 0.18 27.35 0.6 0.56
Hex D2 88 4A 0 23 41 12 1B 3C 38
Octal 322 210 112 0 43 101 22 33 74 70
Binary 11010010 10001000 1001010 0 100011 1000001 10010 11011 111100 111000

Color Harmonies of #D2884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2884A

Black with #D2884A

Text Example


Text Example

White with #D2884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2884A; }

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

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

background-color css

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

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

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

border-color css

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

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

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