Html Css Color HEX #D07E3B Peru

📋 copy color: '#D07E3B'

red 208 ◦ green 126 ◦ blue 59

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

Shades of Peru #D07E3B

Tints of Peru #D07E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.01%

R = 52.93%
G = 32.06%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D07E3B (or 0xD07E3B) is known color: Peru. HEX triplet: D0, 7E and 3B. RGB value is (208,126,59). Sum of RGB (Red+Green+Blue) = 208+126+59=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07E3B is #2F81C4. Grayscale: #8F8F8F. Windows color (decimal): -3113413 or 3899088. OLE color: 3899088.

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

Color convert

RGB 208 126 59 -
CMYK 0 0.39 0.72 0.18
HSL 26.98º 0.61% 0.52% -
HSV(B) 26.98º 0.72% 0.82% -
XYZ 34.26 28.65 7.86 -
YUV 142.88 80.67 174.45 -
System Red Green Blue C M Y K H S L
Decimal 208 126 59 0 0.39 0.72 0.18 26.98 0.61 0.52
Hex D0 7E 3B 0 27 48 12 1B 3D 34
Octal 320 176 73 0 47 110 22 33 75 64
Binary 11010000 1111110 111011 0 100111 1001000 10010 11011 111101 110100

Color Harmonies of #D07E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E3B

Black with #D07E3B

Text Example


Text Example

White with #D07E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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