Html Css Color HEX #D68543 Peru

📋 copy color: '#D68543'

red 214 ◦ green 133 ◦ blue 67

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

Shades of Peru #D68543

Tints of Peru #D68543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.18%

R = 51.69%
G = 32.13%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D68543 (or 0xD68543) is known color: Peru. HEX triplet: D6, 85 and 43. RGB value is (214,133,67). Sum of RGB (Red+Green+Blue) = 214+133+67=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D68543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68543 is #297ABC. Grayscale: #969696. Windows color (decimal): -2718397 or 4425174. OLE color: 4425174.

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

Color convert

RGB 214 133 67 -
CMYK 0 0.38 0.69 0.16
HSL 26.94º 0.64% 0.55% -
HSV(B) 26.94º 0.69% 0.84% -
XYZ 37.13 31.48 9.43 -
YUV 149.7 81.34 173.87 -
System Red Green Blue C M Y K H S L
Decimal 214 133 67 0 0.38 0.69 0.16 26.94 0.64 0.55
Hex D6 85 43 0 26 45 10 1B 40 37
Octal 326 205 103 0 46 105 20 33 100 67
Binary 11010110 10000101 1000011 0 100110 1000101 10000 11011 1000000 110111

Color Harmonies of #D68543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68543

Black with #D68543

Text Example


Text Example

White with #D68543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68543; }

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

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

background-color css

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

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

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

border-color css

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

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

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