Html Css Color HEX #D08D41 Peru

📋 copy color: '#D08D41'

red 208 ◦ green 141 ◦ blue 65

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

Shades of Peru #D08D41

Tints of Peru #D08D41

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.06%

 BLUE value IS 65 (25.78% from 255) = 15.7%

R = 50.24%
G = 34.06%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D08D41 (or 0xD08D41) is known color: Peru. HEX triplet: D0, 8D and 41. RGB value is (208,141,65). Sum of RGB (Red+Green+Blue) = 208+141+65=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D41 is #2F72BE. Grayscale: #989898. Windows color (decimal): -3109567 or 4296144. OLE color: 4296144.

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

Color convert

RGB 208 141 65 -
CMYK 0 0.32 0.69 0.18
HSL 31.89º 0.6% 0.54% -
HSV(B) 31.89º 0.69% 0.82% -
XYZ 36.49 32.84 9.42 -
YUV 152.37 78.7 167.68 -
System Red Green Blue C M Y K H S L
Decimal 208 141 65 0 0.32 0.69 0.18 31.89 0.6 0.54
Hex D0 8D 41 0 20 45 12 20 3C 36
Octal 320 215 101 0 40 105 22 40 74 66
Binary 11010000 10001101 1000001 0 100000 1000101 10010 100000 111100 110110

Color Harmonies of #D08D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D41

Black with #D08D41

Text Example


Text Example

White with #D08D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D41; }

 p { color: rgb(208,141,65); }

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

background-color css

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

 a { background-color: rgb(208,141,65); }

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

border-color css

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

 span { border-color: rgb(208,141,65); }

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