Html Css Color HEX #D08A4A Peru

📋 copy color: '#D08A4A'

red 208 ◦ green 138 ◦ blue 74

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

Shades of Peru #D08A4A

Tints of Peru #D08A4A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.86%

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

R = 49.52%
G = 32.86%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D08A4A (or 0xD08A4A) is known color: Peru. HEX triplet: D0, 8A and 4A. RGB value is (208,138,74). Sum of RGB (Red+Green+Blue) = 208+138+74=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A4A is #2F75B5. Grayscale: #979797. Windows color (decimal): -3110326 or 4885200. OLE color: 4885200.

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

Color convert

RGB 208 138 74 -
CMYK 0 0.34 0.64 0.18
HSL 28.66º 0.59% 0.55% -
HSV(B) 28.66º 0.64% 0.82% -
XYZ 36.34 32.08 10.76 -
YUV 151.63 84.19 168.2 -
System Red Green Blue C M Y K H S L
Decimal 208 138 74 0 0.34 0.64 0.18 28.66 0.59 0.55
Hex D0 8A 4A 0 22 40 12 1D 3B 37
Octal 320 212 112 0 42 100 22 35 73 67
Binary 11010000 10001010 1001010 0 100010 1000000 10010 11101 111011 110111

Color Harmonies of #D08A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A4A

Black with #D08A4A

Text Example


Text Example

White with #D08A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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