Html Css Color HEX #D08D3E Peru

📋 copy color: '#D08D3E'

red 208 ◦ green 141 ◦ blue 62

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

Shades of Peru #D08D3E

Tints of Peru #D08D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.09%

R = 50.61%
G = 34.31%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D08D3E (or 0xD08D3E) is known color: Peru. HEX triplet: D0, 8D and 3E. RGB value is (208,141,62). Sum of RGB (Red+Green+Blue) = 208+141+62=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D3E is #2F72C1. Grayscale: #989898. Windows color (decimal): -3109570 or 4099536. OLE color: 4099536.

HSL color Cylindrical-coordinate representation of color #D08D3E: hue angle of 32.47º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D08D3E is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 141 62 -
CMYK 0 0.32 0.70 0.18
HSL 32.47º 0.61% 0.53% -
HSV(B) 32.47º 0.7% 0.82% -
XYZ 36.41 32.81 8.97 -
YUV 152.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 208 141 62 0 0.32 0.70 0.18 32.47 0.61 0.53
Hex D0 8D 3E 0 20 46 12 20 3D 35
Octal 320 215 76 0 40 106 22 40 75 65
Binary 11010000 10001101 111110 0 100000 1000110 10010 100000 111101 110101

Color Harmonies of #D08D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D3E

Black with #D08D3E

Text Example


Text Example

White with #D08D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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