Html Css Color HEX #D68139 Peru

📋 copy color: '#D68139'

red 214 ◦ green 129 ◦ blue 57

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

Shades of Peru #D68139

Tints of Peru #D68139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

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

R = 53.5%
G = 32.25%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D68139 (or 0xD68139) is known color: Peru. HEX triplet: D6, 81 and 39. RGB value is (214,129,57). Sum of RGB (Red+Green+Blue) = 214+129+57=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 57 (22.66% from 255 or 14.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D68139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68139 is #297EC6. Grayscale: #929292. Windows color (decimal): -2719431 or 3768790. OLE color: 3768790.

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

Color convert

RGB 214 129 57 -
CMYK 0 0.40 0.73 0.16
HSL 27.52º 0.66% 0.53% -
HSV(B) 27.52º 0.73% 0.84% -
XYZ 36.32 30.29 7.8 -
YUV 146.21 77.66 176.35 -
System Red Green Blue C M Y K H S L
Decimal 214 129 57 0 0.40 0.73 0.16 27.52 0.66 0.53
Hex D6 81 39 0 28 49 10 1C 42 35
Octal 326 201 71 0 50 111 20 34 102 65
Binary 11010110 10000001 111001 0 101000 1001001 10000 11100 1000010 110101

Color Harmonies of #D68139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68139

Black with #D68139

Text Example


Text Example

White with #D68139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68139; }

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

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

background-color css

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

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

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

border-color css

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

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

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