Html Css Color HEX #D08648 Peru

📋 copy color: '#D08648'

red 208 ◦ green 134 ◦ blue 72

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

Shades of Peru #D08648

Tints of Peru #D08648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.37%

 BLUE value IS 72 (28.52% from 255) = 17.39%

R = 50.24%
G = 32.37%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D08648 (or 0xD08648) is known color: Peru. HEX triplet: D0, 86 and 48. RGB value is (208,134,72). Sum of RGB (Red+Green+Blue) = 208+134+72=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D08648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08648 is #2F79B7. Grayscale: #959595. Windows color (decimal): -3111352 or 4753104. OLE color: 4753104.

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

Color convert

RGB 208 134 72 -
CMYK 0 0.36 0.65 0.18
HSL 27.35º 0.59% 0.55% -
HSV(B) 27.35º 0.65% 0.82% -
XYZ 35.71 30.93 10.22 -
YUV 149.06 84.52 170.04 -
System Red Green Blue C M Y K H S L
Decimal 208 134 72 0 0.36 0.65 0.18 27.35 0.59 0.55
Hex D0 86 48 0 24 41 12 1B 3B 37
Octal 320 206 110 0 44 101 22 33 73 67
Binary 11010000 10000110 1001000 0 100100 1000001 10010 11011 111011 110111

Color Harmonies of #D08648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08648

Black with #D08648

Text Example


Text Example

White with #D08648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08648; }

 p { color: rgb(208,134,72); }

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

background-color css

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

 a { background-color: rgb(208,134,72); }

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

border-color css

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

 span { border-color: rgb(208,134,72); }

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