Html Css Color HEX #D68539 Peru

📋 copy color: '#D68539'

red 214 ◦ green 133 ◦ blue 57

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

Shades of Peru #D68539

Tints of Peru #D68539

RGB

 RED value IS 214 (83.98% from 255) = 52.97%

 GREEN value IS 133 (52.34% from 255) = 32.92%

 BLUE value IS 57 (22.66% from 255) = 14.11%

R = 52.97%
G = 32.92%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D68539 (or 0xD68539) is known color: Peru. HEX triplet: D6, 85 and 39. RGB value is (214,133,57). Sum of RGB (Red+Green+Blue) = 214+133+57=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D68539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68539 is #297AC6. Grayscale: #949494. Windows color (decimal): -2718407 or 3769814. OLE color: 3769814.

HSL color Cylindrical-coordinate representation of color #D68539: hue angle of 29.04º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D68539 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 133 57 -
CMYK 0 0.38 0.73 0.16
HSL 29.04º 0.66% 0.53% -
HSV(B) 29.04º 0.73% 0.84% -
XYZ 36.86 31.37 7.98 -
YUV 148.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 214 133 57 0 0.38 0.73 0.16 29.04 0.66 0.53
Hex D6 85 39 0 26 49 10 1D 42 35
Octal 326 205 71 0 46 111 20 35 102 65
Binary 11010110 10000101 111001 0 100110 1001001 10000 11101 1000010 110101

Color Harmonies of #D68539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68539

Black with #D68539

Text Example


Text Example

White with #D68539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68539; }

 p { color: rgb(214,133,57); }

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

background-color css

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

 a { background-color: rgb(214,133,57); }

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

border-color css

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

 span { border-color: rgb(214,133,57); }

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