Html Css Color HEX #D07E3C Peru

📋 copy color: '#D07E3C'

red 208 ◦ green 126 ◦ blue 60

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

Shades of Peru #D07E3C

Tints of Peru #D07E3C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.98%

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

R = 52.79%
G = 31.98%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D07E3C (or 0xD07E3C) is known color: Peru. HEX triplet: D0, 7E and 3C. RGB value is (208,126,60). Sum of RGB (Red+Green+Blue) = 208+126+60=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E3C is #2F81C3. Grayscale: #8F8F8F. Windows color (decimal): -3113412 or 3964624. OLE color: 3964624.

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

Color convert

RGB 208 126 60 -
CMYK 0 0.39 0.71 0.18
HSL 26.76º 0.61% 0.53% -
HSV(B) 26.76º 0.71% 0.82% -
XYZ 34.29 28.66 8 -
YUV 142.99 81.17 174.37 -
System Red Green Blue C M Y K H S L
Decimal 208 126 60 0 0.39 0.71 0.18 26.76 0.61 0.53
Hex D0 7E 3C 0 27 47 12 1B 3D 35
Octal 320 176 74 0 47 107 22 33 75 65
Binary 11010000 1111110 111100 0 100111 1000111 10010 11011 111101 110101

Color Harmonies of #D07E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E3C

Black with #D07E3C

Text Example


Text Example

White with #D07E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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