Html Css Color HEX #D08C3F Peru

📋 copy color: '#D08C3F'

red 208 ◦ green 140 ◦ blue 63

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

Shades of Peru #D08C3F

Tints of Peru #D08C3F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.06%

 BLUE value IS 63 (25% from 255) = 15.33%

R = 50.61%
G = 34.06%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D08C3F (or 0xD08C3F) is known color: Peru. HEX triplet: D0, 8C and 3F. RGB value is (208,140,63). Sum of RGB (Red+Green+Blue) = 208+140+63=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08C3F is #2F73C0. Grayscale: #979797. Windows color (decimal): -3109825 or 4164816. OLE color: 4164816.

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

Color convert

RGB 208 140 63 -
CMYK 0 0.33 0.70 0.18
HSL 31.86º 0.61% 0.53% -
HSV(B) 31.86º 0.7% 0.82% -
XYZ 36.29 32.52 9.07 -
YUV 151.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 208 140 63 0 0.33 0.70 0.18 31.86 0.61 0.53
Hex D0 8C 3F 0 21 46 12 20 3D 35
Octal 320 214 77 0 41 106 22 40 75 65
Binary 11010000 10001100 111111 0 100001 1000110 10010 100000 111101 110101

Color Harmonies of #D08C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C3F

Black with #D08C3F

Text Example


Text Example

White with #D08C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C3F; }

 p { color: rgb(208,140,63); }

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

background-color css

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

 a { background-color: rgb(208,140,63); }

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

border-color css

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

 span { border-color: rgb(208,140,63); }

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