Html Css Color HEX #D0884A Peru

📋 copy color: '#D0884A'

red 208 ◦ green 136 ◦ blue 74

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

Shades of Peru #D0884A

Tints of Peru #D0884A

RGB

 RED value IS 208 (81.64% from 255) = 49.76%

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

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

R = 49.76%
G = 32.54%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0884A (or 0xD0884A) is known color: Peru. HEX triplet: D0, 88 and 4A. RGB value is (208,136,74). Sum of RGB (Red+Green+Blue) = 208+136+74=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0884A is #2F77B5. Grayscale: #969696. Windows color (decimal): -3110838 or 4884688. OLE color: 4884688.

HSL color Cylindrical-coordinate representation of color #D0884A: hue angle of 27.76º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0884A is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 74 -
CMYK 0 0.35 0.64 0.18
HSL 27.76º 0.59% 0.55% -
HSV(B) 27.76º 0.64% 0.82% -
XYZ 36.05 31.51 10.66 -
YUV 150.46 84.85 169.04 -
System Red Green Blue C M Y K H S L
Decimal 208 136 74 0 0.35 0.64 0.18 27.76 0.59 0.55
Hex D0 88 4A 0 23 40 12 1C 3B 37
Octal 320 210 112 0 43 100 22 34 73 67
Binary 11010000 10001000 1001010 0 100011 1000000 10010 11100 111011 110111

Color Harmonies of #D0884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0884A

Black with #D0884A

Text Example


Text Example

White with #D0884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0884A; }

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

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

background-color css

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

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

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

border-color css

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

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

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