Html Css Color HEX #D0803F Peru

📋 copy color: '#D0803F'

red 208 ◦ green 128 ◦ blue 63

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

Shades of Peru #D0803F

Tints of Peru #D0803F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.08%

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

R = 52.13%
G = 32.08%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0803F (or 0xD0803F) is known color: Peru. HEX triplet: D0, 80 and 3F. RGB value is (208,128,63). Sum of RGB (Red+Green+Blue) = 208+128+63=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0803F is #2F7FC0. Grayscale: #909090. Windows color (decimal): -3112897 or 4161744. OLE color: 4161744.

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

Color convert

RGB 208 128 63 -
CMYK 0 0.38 0.70 0.18
HSL 26.9º 0.61% 0.53% -
HSV(B) 26.9º 0.7% 0.82% -
XYZ 34.63 29.21 8.52 -
YUV 144.51 82 173.29 -
System Red Green Blue C M Y K H S L
Decimal 208 128 63 0 0.38 0.70 0.18 26.9 0.61 0.53
Hex D0 80 3F 0 26 46 12 1B 3D 35
Octal 320 200 77 0 46 106 22 33 75 65
Binary 11010000 10000000 111111 0 100110 1000110 10010 11011 111101 110101

Color Harmonies of #D0803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0803F

Black with #D0803F

Text Example


Text Example

White with #D0803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0803F; }

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

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

background-color css

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

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

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

border-color css

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

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

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