Html Css Color HEX #D68339 Peru

📋 copy color: '#D68339'

red 214 ◦ green 131 ◦ blue 57

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

Shades of Peru #D68339

Tints of Peru #D68339

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.59%

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

R = 53.23%
G = 32.59%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D68339 (or 0xD68339) is known color: Peru. HEX triplet: D6, 83 and 39. RGB value is (214,131,57). Sum of RGB (Red+Green+Blue) = 214+131+57=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 57 (22.66% from 255 or 14.18% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D68339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68339 is #297CC6. Grayscale: #939393. Windows color (decimal): -2718919 or 3769302. OLE color: 3769302.

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

Color convert

RGB 214 131 57 -
CMYK 0 0.39 0.73 0.16
HSL 28.28º 0.66% 0.53% -
HSV(B) 28.28º 0.73% 0.84% -
XYZ 36.59 30.82 7.89 -
YUV 147.38 77 175.52 -
System Red Green Blue C M Y K H S L
Decimal 214 131 57 0 0.39 0.73 0.16 28.28 0.66 0.53
Hex D6 83 39 0 27 49 10 1C 42 35
Octal 326 203 71 0 47 111 20 34 102 65
Binary 11010110 10000011 111001 0 100111 1001001 10000 11100 1000010 110101

Color Harmonies of #D68339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68339

Black with #D68339

Text Example


Text Example

White with #D68339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68339; }

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

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

background-color css

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

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

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

border-color css

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

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

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