Html Css Color HEX #D0883F Peru

📋 copy color: '#D0883F'

red 208 ◦ green 136 ◦ blue 63

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

Shades of Peru #D0883F

Tints of Peru #D0883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.42%

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

R = 51.11%
G = 33.42%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0883F (or 0xD0883F) is known color: Peru. HEX triplet: D0, 88 and 3F. RGB value is (208,136,63). Sum of RGB (Red+Green+Blue) = 208+136+63=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0883F is #2F77C0. Grayscale: #959595. Windows color (decimal): -3110849 or 4163792. OLE color: 4163792.

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

Color convert

RGB 208 136 63 -
CMYK 0 0.35 0.70 0.18
HSL 30.21º 0.61% 0.53% -
HSV(B) 30.21º 0.7% 0.82% -
XYZ 35.71 31.38 8.88 -
YUV 149.21 79.35 169.94 -
System Red Green Blue C M Y K H S L
Decimal 208 136 63 0 0.35 0.70 0.18 30.21 0.61 0.53
Hex D0 88 3F 0 23 46 12 1E 3D 35
Octal 320 210 77 0 43 106 22 36 75 65
Binary 11010000 10001000 111111 0 100011 1000110 10010 11110 111101 110101

Color Harmonies of #D0883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0883F

Black with #D0883F

Text Example


Text Example

White with #D0883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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