Html Css Color HEX #D07E3D Peru

📋 copy color: '#D07E3D'

red 208 ◦ green 126 ◦ blue 61

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

Shades of Peru #D07E3D

Tints of Peru #D07E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.44%

R = 52.66%
G = 31.9%
B = 15.44%

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

#D07E3D (or 0xD07E3D) is known color: Peru. HEX triplet: D0, 7E and 3D. RGB value is (208,126,61). Sum of RGB (Red+Green+Blue) = 208+126+61=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E3D is #2F81C2. Grayscale: #8F8F8F. Windows color (decimal): -3113411 or 4030160. OLE color: 4030160.

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

Color convert

RGB 208 126 61 -
CMYK 0 0.39 0.71 0.18
HSL 26.53º 0.61% 0.53% -
HSV(B) 26.53º 0.71% 0.82% -
XYZ 34.32 28.67 8.14 -
YUV 143.11 81.67 174.29 -
System Red Green Blue C M Y K H S L
Decimal 208 126 61 0 0.39 0.71 0.18 26.53 0.61 0.53
Hex D0 7E 3D 0 27 47 12 1B 3D 35
Octal 320 176 75 0 47 107 22 33 75 65
Binary 11010000 1111110 111101 0 100111 1000111 10010 11011 111101 110101

Color Harmonies of #D07E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E3D

Black with #D07E3D

Text Example


Text Example

White with #D07E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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