Html Css Color HEX #D0803C Peru

📋 copy color: '#D0803C'

red 208 ◦ green 128 ◦ blue 60

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

Shades of Peru #D0803C

Tints of Peru #D0803C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.15%

R = 52.53%
G = 32.32%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0803C (or 0xD0803C) is known color: Peru. HEX triplet: D0, 80 and 3C. RGB value is (208,128,60). Sum of RGB (Red+Green+Blue) = 208+128+60=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0803C is #2F7FC3. Grayscale: #909090. Windows color (decimal): -3112900 or 3965136. OLE color: 3965136.

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

Color convert

RGB 208 128 60 -
CMYK 0 0.38 0.71 0.18
HSL 27.57º 0.61% 0.53% -
HSV(B) 27.57º 0.71% 0.82% -
XYZ 34.55 29.17 8.09 -
YUV 144.17 80.5 173.53 -
System Red Green Blue C M Y K H S L
Decimal 208 128 60 0 0.38 0.71 0.18 27.57 0.61 0.53
Hex D0 80 3C 0 26 47 12 1C 3D 35
Octal 320 200 74 0 46 107 22 34 75 65
Binary 11010000 10000000 111100 0 100110 1000111 10010 11100 111101 110101

Color Harmonies of #D0803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0803C

Black with #D0803C

Text Example


Text Example

White with #D0803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0803C; }

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

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

background-color css

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

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

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

border-color css

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

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

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