Html Css Color HEX #D0894C Peru

📋 copy color: '#D0894C'

red 208 ◦ green 137 ◦ blue 76

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

Shades of Peru #D0894C

Tints of Peru #D0894C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.05%

R = 49.41%
G = 32.54%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0894C (or 0xD0894C) is known color: Peru. HEX triplet: D0, 89 and 4C. RGB value is (208,137,76). Sum of RGB (Red+Green+Blue) = 208+137+76=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0894C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0894C is #2F76B3. Grayscale: #979797. Windows color (decimal): -3110580 or 5016016. OLE color: 5016016.

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

Color convert

RGB 208 137 76 -
CMYK 0 0.34 0.63 0.18
HSL 27.73º 0.58% 0.56% -
HSV(B) 27.73º 0.63% 0.82% -
XYZ 36.26 31.82 11.07 -
YUV 151.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 208 137 76 0 0.34 0.63 0.18 27.73 0.58 0.56
Hex D0 89 4C 0 22 3F 12 1C 3A 38
Octal 320 211 114 0 42 77 22 34 72 70
Binary 11010000 10001001 1001100 0 100010 111111 10010 11100 111010 111000

Color Harmonies of #D0894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0894C

Black with #D0894C

Text Example


Text Example

White with #D0894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0894C; }

 p { color: rgb(208,137,76); }

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

background-color css

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

 a { background-color: rgb(208,137,76); }

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

border-color css

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

 span { border-color: rgb(208,137,76); }

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