Html Css Color HEX #D08344 Peru

📋 copy color: '#D08344'

red 208 ◦ green 131 ◦ blue 68

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

Shades of Peru #D08344

Tints of Peru #D08344

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.19%

 BLUE value IS 68 (26.95% from 255) = 16.71%

R = 51.11%
G = 32.19%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D08344 (or 0xD08344) is known color: Peru. HEX triplet: D0, 83 and 44. RGB value is (208,131,68). Sum of RGB (Red+Green+Blue) = 208+131+68=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D08344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08344 is #2F7CBB. Grayscale: #939393. Windows color (decimal): -3112124 or 4490192. OLE color: 4490192.

HSL color Cylindrical-coordinate representation of color #D08344: hue angle of 27º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D08344 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 131 68 -
CMYK 0 0.37 0.67 0.18
HSL 27º 0.6% 0.54% -
HSV(B) 27º 0.67% 0.82% -
XYZ 35.17 30.06 9.42 -
YUV 146.84 83.51 171.62 -
System Red Green Blue C M Y K H S L
Decimal 208 131 68 0 0.37 0.67 0.18 27 0.6 0.54
Hex D0 83 44 0 25 43 12 1B 3C 36
Octal 320 203 104 0 45 103 22 33 74 66
Binary 11010000 10000011 1000100 0 100101 1000011 10010 11011 111100 110110

Color Harmonies of #D08344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08344

Black with #D08344

Text Example


Text Example

White with #D08344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08344; }

 p { color: rgb(208,131,68); }

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

background-color css

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

 a { background-color: rgb(208,131,68); }

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

border-color css

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

 span { border-color: rgb(208,131,68); }

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